|
|
|
|
@ -59,7 +59,7 @@ logger = logging.getLogger(__name__)
|
|
|
|
|
|
|
|
|
|
# Does anybody read this stuff? There's a PEP somewhere that says I should do this.
|
|
|
|
|
__author__ = 'Cortney T. Buffington, N0MJS'
|
|
|
|
|
__copyright__ = 'Copyright (c) 2016-2018 Cortney T. Buffington, N0MJS and the K0USY Group'
|
|
|
|
|
__copyright__ = 'Copyright (c) 2016-2019 Cortney T. Buffington, N0MJS and the K0USY Group'
|
|
|
|
|
__credits__ = 'Colin Durbridge, G4EML, Steve Zingman, N4IRS; Mike Zingman, N4IRR; Jonathan Naylor, G4KLX; Hans Barthen, DL5DI; Torsten Shultze, DG1HT'
|
|
|
|
|
__license__ = 'GNU GPLv3'
|
|
|
|
|
__maintainer__ = 'Cort Buffington, N0MJS'
|
|
|
|
|
@ -755,7 +755,7 @@ if __name__ == '__main__':
|
|
|
|
|
if cli_args.LOG_LEVEL:
|
|
|
|
|
CONFIG['LOGGER']['LOG_LEVEL'] = cli_args.LOG_LEVEL
|
|
|
|
|
logger = log.config_logging(CONFIG['LOGGER'])
|
|
|
|
|
logger.info('\n\nCopyright (c) 2013, 2014, 2015, 2016, 2018\n\tThe Regents of the K0USY Group. All rights reserved.\n')
|
|
|
|
|
logger.info('\n\nCopyright (c) 2013, 2014, 2015, 2016, 2018, 2019\n\tThe Regents of the K0USY Group. All rights reserved.\n')
|
|
|
|
|
logger.debug('(GLOBAL) Logging system started, anything from here on gets logged')
|
|
|
|
|
|
|
|
|
|
# Set up the signal handler
|
|
|
|
|
|