Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve debug level logging verbosity #55

Open
2 tasks
m-roberts opened this issue Feb 19, 2019 · 0 comments
Open
2 tasks

Improve debug level logging verbosity #55

m-roberts opened this issue Feb 19, 2019 · 0 comments

Comments

@m-roberts
Copy link
Contributor

m-roberts commented Feb 19, 2019

  • Create a function like this in the common library:
def print_if_env_var_set(text):
    if os.env("PT_LOGGER_HUB" == 1):
        PTLogger.debug(text)
  • Hub-related files: Source function from common lib & find and replace PTLogger.debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant