Skip to content

Commit

Permalink
#464 new file of config for logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aanersc committed Mar 3, 2021
1 parent 60457be commit 44e36db
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions nansat/logging.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
version: 1
formatters:
precise:
format: '%(asctime)s - %(name)s - %(threadName)s - %(levelname)s - %(message)s'
handlers:
console:
class: 'logging.StreamHandler'
formatter: 'precise'
stream : 'ext://sys.stdout'
loggers:
Nansat:
level: 'DEBUG'
handlers:
- 'console'
...

0 comments on commit 44e36db

Please sign in to comment.