Mitigation of number of warnings when scanning deleted jobs (Fixes #12)
Begin arcbot message
This merge request is automatically copied from !89 (merged) orginally made by @floridop
The following commits were omitted due to cherrypick failures:
d77a63fa
Inspect the merge request and only merge if you are sure everything that should be included is included.
End arcbot message
## 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.