Skip to content

Commit

Permalink
fix loggers - 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Oct 28, 2024
1 parent 763c364 commit 72a9619
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion skymap_scanner/recos/crash_dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from icecube import icetray # type: ignore[import] # noqa: F401

from . import RecoInterface, dummy
from ..config import ENV


class CrashDummy(dummy.Dummy):
Expand Down
2 changes: 1 addition & 1 deletion skymap_scanner/server/start_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ def _mkdir_if_not_exists(val: str, is_file: bool = False) -> Path:
third_party_level=ENV.SKYSCAN_LOG_THIRD_PARTY, # type: ignore[arg-type]
future_third_parties=["google", "pika"],
specialty_loggers={
mqclient.queue.LOGGER: ENV.SKYSCAN_MQ_CLIENT_LOG, # type: ignore[dict-item]
mq.queue.LOGGER: ENV.SKYSCAN_MQ_CLIENT_LOG, # type: ignore[dict-item]
},
formatter=logging_tools.WIPACDevToolsFormatter(),
)
Expand Down

0 comments on commit 72a9619

Please sign in to comment.