Replace web_server print statements with logger use
print calls only end up in stdout, so there will be no trace of them once docker loses access to its own logs. Using the logger makes sure that logs end up in the filesystem as well
This commit is contained in:
parent
14359a1f98
commit
2b856b65a7
1 changed files with 1959 additions and 1979 deletions
3938
web_server.py
3938
web_server.py
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue