Skip to content

Comments

ADD: Python logging to *.py files#71

Open
ghost wants to merge 1 commit intomasterfrom
unknown repository
Open

ADD: Python logging to *.py files#71
ghost wants to merge 1 commit intomasterfrom
unknown repository

Conversation

@ghost
Copy link

@ghost ghost commented Oct 11, 2019

  • basicConfig set up in app.py
  • Using: info/debug/warn/error standard notation
  • Using: print statements as base for output (every print == a logged output)

+ Using: info/debug/warn/error standard notation
+ Using: print statements as base for output (every print == a logged output)
@ghost ghost mentioned this pull request Oct 11, 2019
@@ -62,14 +73,17 @@ def tracks(Name=None):

media = sub.media_embed
print("other media:", media)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should remove the prints

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

Successfully merging this pull request may close these issues.

1 participant