Skip to content
Snippets Groups Projects
Commit 4dce37e6 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'master-ATLASRECTS-5399' into 'master'

PyJobTransforms: Change trf message on PerfMon from warning to debug

Closes ATLASRECTS-5399

See merge request atlas/athena!31885
parents dbd4d6eb 6b37bd47
No related branches found
No related tags found
No related merge requests found
......@@ -860,7 +860,7 @@ class athenaExecutor(scriptExecutor):
if perfMonFile:
self._perfMonFile = None
msg.warning("Resource monitoring from PerfMon is now deprecated")
msg.debug("Resource monitoring from PerfMon is now deprecated")
# SkeletonFile can be None (disable) or a string or a list of strings - normalise it here
if isinstance(skeletonFile, basestring):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment