Log size information is not part of Wok configuration anymore (since
commit 2a7b3c). So remove the reference to it.
Signed-off-by: Aline Manera <alinefm(a)linux.vnet.ibm.com>
---
src/wok/config.py.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/wok/config.py.in b/src/wok/config.py.in
index f1167f4..f958e1e 100644
--- a/src/wok/config.py.in
+++ b/src/wok/config.py.in
@@ -282,7 +282,6 @@ def _get_config():
config.add_section("logging")
config.set("logging", "log_dir", paths.log_dir)
config.set("logging", "log_level", DEFAULT_LOG_LEVEL)
- config.set("logging", "log_size", "10M")
config_file = os.path.join(paths.conf_dir, 'wok.conf')
if os.path.exists(config_file):
--
2.7.4