diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-11-10 03:46:06 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-11-10 03:46:06 +0000 |
commit | 40f463ec9f0a013ba3bbb43a2904ed70eaba1539 (patch) | |
tree | 797f315d6935b4e4f5da999f2477306c68eed1dd /debian | |
parent | bc932f555e442105bf566b53802be445d3ab5ef1 (diff) | |
download | tor-40f463ec9f0a013ba3bbb43a2904ed70eaba1539.tar.gz tor-40f463ec9f0a013ba3bbb43a2904ed70eaba1539.zip |
Log at level notice of higher, not warn or higher. Thanks armadebian-version-0.0.8+0.0.9pre5-1
svn:r2781
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/patches/05_log_to_file.dpatch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/05_log_to_file.dpatch b/debian/patches/05_log_to_file.dpatch index 076bc14fe8..75c87f5bf0 100755 --- a/debian/patches/05_log_to_file.dpatch +++ b/debian/patches/05_log_to_file.dpatch @@ -31,7 +31,7 @@ diff -urNad cvs/src/config/torrc.sample.in /tmp/dpep.5IEZdW/cvs/src/config/torrc # Logs go to stdout unless redirected by something else, like one of # the below lines, or --logfile on the command line. +### Send all messages of level 'notice' or higher to @LOCALSTATEDIR@/log/tor/log -+Log warn file @LOCALSTATEDIR@/log/tor/log ++Log notice file @LOCALSTATEDIR@/log/tor/log ### Send all messages of level 'warn' or higher to @LOCALSTATEDIR@/log/tor/warnings #Log warn file @LOCALSTATEDIR@/log/tor/warnings ### Send all debug and info messages to @LOCALSTATEDIR@/log/tor/debug |