mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -3199,6 +3199,10 @@ Write log output to file descriptor @var{n} and not to STDERR.
|
|||
Same as @option{--logger-fd}, except the logger data is written to
|
||||
file @var{file}. Use @file{socket://} to log to s socket.
|
||||
|
||||
@item --log-time
|
||||
@opindex log-time
|
||||
Prefix all log output with a timestamp even if no log file is used.
|
||||
|
||||
@item --attribute-fd @var{n}
|
||||
@opindex attribute-fd
|
||||
Write attribute subpackets to the file descriptor @var{n}. This is most
|
||||
|
|
|
@ -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