Initial commit
This commit is contained in:
6
folkugat_web/log.py
Normal file
6
folkugat_web/log.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import logging
|
||||
|
||||
logging.basicConfig(level=logging.NOTSET)
|
||||
|
||||
logger = logging.getLogger('folkugat-web')
|
||||
logger.setLevel(logging.INFO)
|
||||
Reference in New Issue
Block a user