|
|
|
@ -107,7 +107,7 @@ if __name__ == '__main__':
|
|
|
|
if cli_args.LOG_LEVEL:
|
|
|
|
if cli_args.LOG_LEVEL:
|
|
|
|
CONFIG['LOGGER']['LOG_LEVEL'] = cli_args.LOG_LEVEL
|
|
|
|
CONFIG['LOGGER']['LOG_LEVEL'] = cli_args.LOG_LEVEL
|
|
|
|
logger = log.config_logging(CONFIG['LOGGER'])
|
|
|
|
logger = log.config_logging(CONFIG['LOGGER'])
|
|
|
|
logger.info('\n\nCopyright (c) 2013, 2014, 2015, 2016, 2018\n\tThe Founding Members of the K0USY Group. All rights reserved.\n')
|
|
|
|
logger.info('\n\nCopyright (c) 2013, 2014, 2015, 2016, 2018\n\tThe Regents of the K0USY Group. All rights reserved.\n')
|
|
|
|
logger.debug('(GLOBAL) Logging system started, anything from here on gets logged')
|
|
|
|
logger.debug('(GLOBAL) Logging system started, anything from here on gets logged')
|
|
|
|
|
|
|
|
|
|
|
|
# Set up the signal handler
|
|
|
|
# Set up the signal handler
|
|
|
|
|