mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
1cf0d82280
When logging to syslog, allow a tag to be added to the syslog identity ("Tor"), i.e. the string prepended to every log message. The tag can be configured by setting SyslogIdentityTag and defaults to none. Setting it to "foo" will cause logs to be tagged as "Tor-foo". Closes: #17194.
8 lines
319 B
Plaintext
8 lines
319 B
Plaintext
o Minor feature:
|
|
- When logging to syslog, allow a tag to be added to the syslog
|
|
identity ("Tor"), i.e. the string prepended to every log message.
|
|
The tag can be configured by setting SyslogIdentityTag and defaults
|
|
to none. Setting it to "foo" will cause logs to be tagged as
|
|
"Tor-foo".
|
|
|