Skip to content

Commit 977e2a4

Browse files
committed
do not set logging level to emit all logs
1 parent a3bb30e commit 977e2a4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jetstream/core/orchestrator.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,7 @@
9999
import numpy as np
100100

101101
root = logging.getLogger()
102-
root.setLevel(logging.WARNING)
103-
104102
handler = logging.StreamHandler(sys.stdout)
105-
handler.setLevel(logging.WARNING)
106103
formatter = logging.Formatter(
107104
"%(asctime)s - %(name)s - %(levelname)s - %(message)s"
108105
)

0 commit comments

Comments
 (0)