fix: remove ObanErrorReporter from log suppression list
Logger.put_module_level suppressed the log output that ObanErrorReporterTest asserts on via capture_log. The worker-level suppression (NarrFetchWorker) already handles the noise source.
This commit is contained in:
parent
af648c0330
commit
506e4d014d
1 changed files with 0 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ Logger.put_module_level(
|
|||
Logger.put_module_level(
|
||||
[
|
||||
Microwaveprop.Workers.NarrFetchWorker,
|
||||
Microwaveprop.ObanErrorReporter,
|
||||
Microwaveprop.Weather,
|
||||
Microwaveprop.Weather.NexradClient,
|
||||
Microwaveprop.Weather.HrdpsClient,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue