We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60d124d commit d6dd0d4Copy full SHA for d6dd0d4
e3sm_to_cmip/_logger.py
@@ -4,7 +4,6 @@
4
import os
5
from datetime import datetime, timezone
6
7
-
8
DEFAULT_LOG_LEVEL = logging.INFO
9
DEFAULT_LOG_DIR = "e2c_logs"
10
DEFAULT_LOGPATH = f"{DEFAULT_LOG_DIR}/e2c_root_log-{datetime.now(timezone.utc).strftime('%Y%m%d_%H%M%S_%f')}.log"
0 commit comments