Skip to content

Commit bc83894

Browse files
committed
change logging level in taylor diagram
1 parent 60c916b commit bc83894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/plotting/cam_taylor_diagram.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939

4040
logger = logging.getLogger(__name__)
4141
console_handler = logging.StreamHandler(sys.stdout)
42-
console_handler.setLevel(logging.DEBUG)
42+
console_handler.setLevel(logging.INFO)
4343
logger.addHandler(console_handler)
44-
logger.setLevel(logging.DEBUG)
44+
logger.setLevel(logging.INFO)
4545
logger.propagate = False
4646

4747

0 commit comments

Comments
 (0)