# -*- coding: utf-8 -*- # ____ ____ ______ __ __ __ _____ # / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ / # / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ < # / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ / #/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/ # German BOS Information Script # by Bastian Schroll [loggers] keys=root [logger_root] handlers=screen,file level=NOTSET [formatters] keys=simple,complex [formatter_simple] format=%(asctime)s,%(msecs)03d - %(module)-15s [%(levelname)-8s] %(message)s datefmt=%d.%m.%Y %H:%M:%S [formatter_complex] format=%(asctime)s,%(msecs)03d - %(threadName)-15s %(module)-15s %(funcName)-18s [%(levelname)-8s] %(message)s datefmt=%d.%m.%Y %H:%M:%S [handlers] keys=file,screen [handler_file] class=handlers.TimedRotatingFileHandler interval=midnight backupCount=7 formatter=complex level=DEBUG args=('log/client.log',) [handler_screen] class=StreamHandler formatter=simple level=DEBUG args=(sys.stdout,)