diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-04 11:59:59 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-04 11:59:59 +0000 |
commit | 607cbd4069a0b47c9a5be743ebc6a564bece21dc (patch) | |
tree | 6cea17351a756d0f18c7c9e6a48d134339385101 /etc | |
parent | 2b22a826618be3e684ddf09c375bb431a8e9d695 (diff) |
Don't use a logger.
Instead we run quietly if nothing was output, and run verbosely if we
see "--verbose".
Diffstat (limited to 'etc')
-rw-r--r-- | etc/custodian/custodian.cfg | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/custodian/custodian.cfg b/etc/custodian/custodian.cfg index e202f9a..8870250 100644 --- a/etc/custodian/custodian.cfg +++ b/etc/custodian/custodian.cfg @@ -53,13 +53,6 @@ ## -# The log-file to use for the worker -# -# log_file = custodian-dequeue.log -## - - -## # # The number of times to repeat a test before regarding it # as failed |