Skip to content

Mitigation of number of warnings when scanning deleted jobs (Fixes #12)

Mitigation of number of warnings when scanning deleted jobs (Fixes #12 (closed))

Description

Reduced number of scanned files for job in DELETED state and changed loglevel to DEBUG

The issue #12 (closed) seems to occur mostly when jobs move from FINISHED to DELETED state.

Some controldir files will be skipped for jobs in the DELETED state.

The loglevel that caused the warnings has been raised to DEBUG, so these error will no longer appear unless loglevel=5 in the [infosys] block.

The current solution is not exactly accurate but should be good enough.

Merge request reports