chiark / gitweb /
logfile: Do not log differently with --nodetach
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 23 Nov 2019 17:52:31 +0000 (17:52 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 7 Dec 2019 17:08:49 +0000 (17:08 +0000)
commit09bae654b2c832a3d8d61df1b9a72f99175fb23a
tree40383911d1b6d798814892d3d8bc99b0668a0470
parente7f96b16186e1a3dfadee1f3c04a2ba46e2166ac
logfile: Do not log differently with --nodetach

This is actually quite anoying.  There is no good reason for leaving
off the timestamps in tests, or manual debugging, etc.

If at some point we want to support running under some kind of
log-capturing daemon supervisor which timestamps everything, we can
easily make this conditional again.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
log.c