At 4:55 PM -1000 12/1/00, Marc Jacquard wrote:
> Since installing the new Qpopper 3.1.2, we have been seeing millisecond
> access time and no year designated in the log file. Is there a way to get
> rid of the millisecond field and put the year back in? We have several
> programs that parse this log for reports and we really do not want to
> rewrite all of these programs. Also, we store these logs and sometimes have
> to search them for our client. It is really inconvenient not to have the
> year in each entry line of the log.
A change was made during the 3.x development to use finer time
granularity and no year in the debug log records, but this only
affects records written when compiled with '--enable-debugging' and
the '-t' option.
If you compile without debugging, or leave debugging but use '-d'
instead of '-t' (that is, write records to the syslog instead of to a
specified trace file), you should get the standard format.