diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-30 14:04:31 +0200 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-05-30 14:04:31 +0200 |
commit | bb2020d418255e0a3767878c48474896ed57c55a (patch) | |
tree | 572c4ccfe47fc3a1d54221ab4f3525b103b117a2 /pykolab/conf/__init__.py | |
parent | 02c032ccb58b4aed02f9cb0590e0f36c5dfb8b63 (diff) | |
download | pykolab-bb2020d418255e0a3767878c48474896ed57c55a.tar.gz |
Remove inconsistent default option value for log file and replace with correct location
Diffstat (limited to 'pykolab/conf/__init__.py')
-rw-r--r-- | pykolab/conf/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pykolab/conf/__init__.py b/pykolab/conf/__init__.py index 441c99b..29675ae 100644 --- a/pykolab/conf/__init__.py +++ b/pykolab/conf/__init__.py @@ -290,7 +290,7 @@ class Conf(object): runtime_group.add_option( "--logfile", dest = "logfile", action = "store", - default = "/var/log/kolabd/kolabd.log", + default = "/var/log/kolab/pykolab.log", help = _("Log file to use")) runtime_group.add_option( "-q", "--quiet", |