mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
8 lines
350 B
Plaintext
8 lines
350 B
Plaintext
o Minor feature (logging):
|
|
- 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 ticket 17194.
|
|
|