Skip to content

Fix log filter for Torque > 5.0 (Fixes BUGZ-4041)

nordugrid-arc-bot requested to merge dev-github-pr9 into master

Begin arcbot message
This merge request is automatically copied from GitHub master pull request https://github.com/nordugrid/arc/pull/9 orginally made by @kiryanov
End arcbot message

Newer Torque versions log event type as a decimal integer, not as hex. This patch adjusts the log filter to also accept new log format. ARC does not see job completion events in new Torque logs without it.

Edited by Maiken

Merge request reports