wavefrontHQ / wavefront-sdk-python

VMware Aria Operations™ for Applications Core Python SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

common/heartbeat_service.py sets up logging to stderr

Myrmidor opened this issue · comments

logging.basicConfig(level=logging.INFO)

heartbeater_service.py calls logging.basicConfig() such that it configures the python logging library to log at INFO level to stderr for the whole application.

https://docs.python.org/3.3/howto/logging.html#configuring-logging-for-a-library