Add logging option

This commit is contained in:
Jack Stdin
2016-02-15 12:16:53 +03:00
parent 56f44e324a
commit 14118e4b0d
4 changed files with 8 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-
class basic:
logging = False
class sphinx_conf:
host_name = "localhost"

View File

@@ -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