Re: Is it possible to add milliseconds in error.log and also timestamps

2019-03-30 Thread Francis Daly
On Fri, Mar 29, 2019 at 07:24:44AM -0400, sivak wrote: Hi there, > Also for some of the statements in error.log ,date and time is not added.Is > there anyway to add it for missed ones? Can you give some examples of what you do to generate these lines, what the lines look like, and what you want

Re: Is it possible to add milliseconds in error.log and also timestamps

2019-03-29 Thread sivak
Also for some of the statements in error.log ,date and time is not added.Is there anyway to add it for missed ones? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,283506,283570#msg-283570 ___ nginx mailing list nginx@nginx.org http://mailman

Re: Is it possible to add milliseconds in error.log and also timestamps

2019-03-28 Thread sivak
For below command , is there anyway to append timestamps in output. sbin/nginx -p (-p - setting the nginx path prefix, i.e. the directory in which the server files will be located (by default, the directory /usr/local/nginx).) Posted at Nginx Forum: https://forum.nginx.org/read.php?2,283506,28

Re: Is it possible to add milliseconds in error.log and also timestamps

2019-03-26 Thread Maxim Dounin
Hello! On Tue, Mar 26, 2019 at 05:47:51AM -0400, sivak wrote: > Is it possible to add milliseconds in error.log No. > and also to include > timestamps in the output after executing below commands > > $NGINX_EXECUTABLE_FILE -I > $NGINX_EXECUTABLE_FILE -P There is no such commands. -- Maxim D

Is it possible to add milliseconds in error.log and also timestamps

2019-03-26 Thread sivak
Is it possible to add milliseconds in error.log and also to include timestamps in the output after executing below commands $NGINX_EXECUTABLE_FILE -I $NGINX_EXECUTABLE_FILE -P Posted at Nginx Forum: https://forum.nginx.org/read.php?2,283506,283506#msg-283506