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 4c27894 commit ad4cc21Copy full SHA for ad4cc21
1 file changed
aind-smartsheet-service-server/src/aind_smartsheet_service_server/__init__.py
@@ -40,4 +40,3 @@ def formatTime(self, record: LogRecord, datefmt=None) -> str:
40
config = yaml.safe_load(f.read())
41
logging.config.dictConfig(config)
42
logging.info(f"Found logging file at: {config_path}")
43
-
0 commit comments