diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-03-05 22:31:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-03-05 22:31:39 +0000 |
commit | f56ba5f3d62cc6a50432466d7202733d909a1ca6 (patch) | |
tree | 9357d7b1860a492c10d435f6ab8c4208aa618e64 /ChangeLog | |
parent | d3589553bc7b091538ee93bd86867232b50b0f78 (diff) | |
download | tor-f56ba5f3d62cc6a50432466d7202733d909a1ca6.tar.gz tor-f56ba5f3d62cc6a50432466d7202733d909a1ca6.zip |
r18630@catbus: nickm | 2008-03-05 17:31:33 -0500
Implement domain-selection for logging. Source is documented; needs documentation in manpage (maybe). For now, see doxygen comment on parse_log_severity_config in log.c
svn:r13875
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ Changes in version 0.2.1.1-alpha - 2008-??-?? from lodger, Karsten Loesing and Sebastian Hahn. Fixes bug 616. Bugfix on 0.2.0.20-rc. + o Minor features: + - Allow separate log levels to be configured for different logging + domains. For example, this allows one to log all notices, warnings, or + errors, plus all memory management messages of level debug or higher, + with: Log [MM] debug-err [*] notice-err file /var/log/tor. + Changes in version 0.2.0.21-rc - 2008-03-02 o Major bugfixes: |