Skip to content
Snippets Groups Projects
Unverified Commit de4a3306 authored by David Hoese's avatar David Hoese
Browse files

Fix ingest log config for main script

parent f1b9a383
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ filefmt = rig_ceilo-%%Y-%%m-%%d.ascii ...@@ -9,7 +9,7 @@ filefmt = rig_ceilo-%%Y-%%m-%%d.ascii
outdir = /data1/incoming/aoss/ceilo outdir = /data1/incoming/aoss/ceilo
[loggers] [loggers]
keys = root, ceilo keys = root, ceilo, main
[handlers] [handlers]
keys = console, file keys = console, file
...@@ -24,7 +24,12 @@ handlers = console, file ...@@ -24,7 +24,12 @@ handlers = console, file
[logger_ceilo] [logger_ceilo]
level = TRACE level = TRACE
handlers = handlers =
qualname = metobs.ceilo qualname = aossceilo
[logger_main]
level = TRACE
handlers =
qualname = __main__
[handler_console] [handler_console]
class = StreamHandler class = StreamHandler
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment