Add logging option
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
class basic:
|
||||
logging = False
|
||||
|
||||
|
||||
class sphinx_conf:
|
||||
host_name = "localhost"
|
||||
|
||||
@@ -16,3 +16,5 @@ db_conf.password = "intercon"
|
||||
|
||||
unrar_config.path = "C:\\Program Files (x86)\\WinRAR\\unrar.exe"
|
||||
folders.temp = "E:\\!TEMP"
|
||||
|
||||
basic.logging = True
|
||||
|
||||
Reference in New Issue
Block a user