Re: nginx logging with huge vhosts

2014-04-30 Thread Jonathan Matthews
On 30 Apr 2014 05:56, "Joydeep Bakshi" wrote: > > Hello Maxim, > > Presently I have configured separate access & error log for each & every nginx vhost. I wonder if there is other alternative which can log all vhosts into a common access & error log and later split them according to vhost for ea

Re: nginx logging with huge vhosts

2014-04-29 Thread Joydeep Bakshi
Hello Maxim, Presently I have configured separate access & error log for each & every nginx vhost. I wonder if there is other alternative which can log all vhosts into a common access & error log and later split them according to vhost for easy debugging. Thanks On Tue, Apr 29, 2014 at 11:20

Re: nginx logging with huge vhosts

2014-04-29 Thread Maxim Dounin
Hello! On Tue, Apr 29, 2014 at 04:22:45PM +0530, Joydeep Bakshi wrote: > Hello, > > How to log both access & error efficiently with nginx having huge vhost ? > Is there any CustomLog available to collect the combined_vhost information ? > > Is it good configuring separate access & error logs w

nginx logging with huge vhosts

2014-04-29 Thread Joydeep Bakshi
Hello, How to log both access & error efficiently with nginx having huge vhost ? Is there any CustomLog available to collect the combined_vhost information ? Is it good configuring separate access & error logs when huge vhost ? Please suggest. Thanks ___