Skip to content

Commit

Permalink
fix: remove logging configuration from TSC
Browse files Browse the repository at this point in the history
  • Loading branch information
jorwoods committed Jun 21, 2023
1 parent 307d8a2 commit 3549117
Showing 1 changed file with 0 additions and 2 deletions.
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 comments on commit 3549117

Please sign in to comment.