начало БД
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import logging
|
||||
import logging.config
|
||||
|
||||
logging.config.fileConfig("config/log.ini")
|
||||
|
||||
# loggers
|
||||
logger = logging.getLogger("Tools Stock")
|
||||
loggerDB = logging.getLogger("DB operations")
|
||||
logger = logging.getLogger("UI operations")
|
||||
Reference in New Issue
Block a user