We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7fc32 commit 93de590Copy full SHA for 93de590
1 file changed
jetstream/core/orchestrator.py
@@ -98,10 +98,10 @@
98
import numpy as np
99
100
root = logging.getLogger()
101
-root.setLevel(logging.DEBUG)
+root.setLevel(logging.INFO)
102
103
handler = logging.StreamHandler(sys.stdout)
104
-handler.setLevel(logging.DEBUG)
+handler.setLevel(logging.INFO)
105
formatter = logging.Formatter(
106
"%(asctime)s - %(name)s - %(levelname)s - %(message)s"
107
)
0 commit comments