RE: (Azure service) Logging

2016-02-07 Thread Paul Glavich
: ozDotNet Subject: (Azure service) Logging Hi, How do you guys do logging in your application? And how do you search through logs for various issues? We have a cloud app deployed in Azure and we implemented our own logging that logs both to disk in nice neat log files and to Azure table

Re: (Azure service) Logging

2016-02-07 Thread Jorke Odolphi
: mailto:ozdotnet-boun...@ozdotnet.com>> on behalf of "Corneliu I. Tusnea" mailto:corne...@acorns.com.au>> Reply-To: ozDotNet mailto:ozdotnet@ozdotnet.com>> Date: Monday, 8 February 2016 at 10:44 AM To: ozDotNet mailto:ozdotnet@ozdotnet.com>> Subject: (Azure service

(Azure service) Logging

2016-02-07 Thread Corneliu I. Tusnea
Hi, How do you guys do logging in your application? And how do you search through logs for various issues? We have a cloud app deployed in Azure and we implemented our own logging that logs both to disk in nice neat log files and to Azure table storage. This works great but it's hard to do search