We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5650adc commit 66064c5Copy full SHA for 66064c5
1 file changed
tableauserverclient/helpers/logging.py
@@ -2,5 +2,3 @@
2
3
# TODO change: this defaults to logging *everything* to stdout
4
logger = logging.getLogger("TSC")
5
-logger.setLevel(logging.DEBUG)
6
-logger.addHandler(logging.StreamHandler())
0 commit comments