8000 fix: remove logging configuration from TSC by jorwoods · Pull Request #1248 · tableau/server-client-python · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions tableauserverclient/helpers/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,3 @@

# TODO change: this defaults to logging *everything* to stdout
logger = logging.getLogger("TSC")
logger.setLevel(logging.DEBUG)
logger.addHandler(logging.StreamHandler())
0