kbase / staging_service

MIT License
0 stars 9 forks source link

Update utils.py to log to stdout #62

Closed bio-boris closed 5 years ago

bio-boris commented 5 years ago

@kkellerlbl Python 2.7.15 (default, Oct 2 2018, 11:42:04) [GCC 4.2.1 Compatible Apple LLVM 10.0.0 (clang-1000.11.45.2)] on darwin Type "help", "copyright", "credits" or "license" for more information.

import logging import sys logging.basicConfig(stream=sys.stdout, level=logging.DEBUG) logging.info(1) INFO:root:1