fresh_script
fresh_script copied to clipboard
ADD: Python logging to *.py files
- basicConfig set up in app.py
- Using: info/debug/warn/error standard notation
- Using: print statements as base for output (every print == a logged output)