This website requires JavaScript.
Explore
Help
Sign In
mrtoth
/
baseimage-tutorial-framework
Watch
1
Star
0
Fork
0
You've already forked baseimage-tutorial-framework
mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced
2024-11-06 03:31:21 +00:00
Code
Issues
Releases
Wiki
Activity
340ea31856
baseimage-tutorial-framework
/
lib
/
config
/
logs.py
7 lines
85 B
Python
Raw
Normal View
History
Unescape
Escape
Refactor logging
2018-01-29 17:36:29 +00:00
import
logging
Implement loglevel configuration from Dockerfile
2018-01-30 09:49:16 +00:00
from
config
import
LOGLEVEL
Refactor logging
2018-01-29 17:36:29 +00:00
Implement loglevel configuration from Dockerfile
2018-01-30 09:49:16 +00:00
logging
.
getLogger
(
)
.
setLevel
(
LOGLEVEL
)
Reference in New Issue
Copy Permalink