Skip to content

Commit

Permalink
Add debug messages for global config and CLI argument parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgill86 committed Dec 26, 2020
1 parent bc6de9d commit f82c712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions neurotic/scripts.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ def parse_args(argv):
# warning to critical
logging.getLogger('libav').setLevel(logging.CRITICAL)

logger.debug(f'Global config: {global_config}')
logger.debug(f'Parsed arguments: {args}')

return args

def win_from_args(args):
Expand Down

0 comments on commit f82c712

Please sign in to comment.