8000 fix: remove logging configuration from TSC (#1248) · tableau/server-client-python@66064c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66064c5

Browse files
jorwoodsjacalatama7tcsp
authored
fix: remove logging configuration from TSC (#1248)
Co-authored-by: Jac <jacalata@users.noreply.github.com> Co-authored-by: Tim Payne <47423639+ma7tcsp@users.noreply.github.com>
1 parent 5650adc commit 66064c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tableauserverclient/helpers/logging.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22

33
# TODO change: this defaults to logging *everything* to stdout
44
logger = logging.getLogger("TSC")
5-
logger.setLevel(logging.DEBUG)
6-
logger.addHandler(logging.StreamHandler())

0 commit comments

Comments
 (0)
0