mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg,gpgsm: New option --log-time
* g10/gpg.c (oLogTime): New. (opts): Add "log-time". (opt_log_time): New var. (main): Implement. * sm/gpgsm.c (oLogTime): New. (opts): Add "log-time". (opt_log_time): New var. (main): Implement.
This commit is contained in:
parent
2d088176b4
commit
d2d1db8860
4 changed files with 27 additions and 0 deletions
|
@ -408,6 +408,10 @@ Do not print a warning when the so called "secure memory" cannot be used.
|
|||
When running in server mode, append all logging output to @var{file}.
|
||||
Use @file{socket://} to log to socket.
|
||||
|
||||
@item --log-time
|
||||
@opindex log-time
|
||||
Prefix all log output with a timestamp even if no log file is used.
|
||||
|
||||
@end table
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue