diff --git a/config/cscs.py b/config/cscs.py index 7e1a7f477a..715c926a7e 100644 --- a/config/cscs.py +++ b/config/cscs.py @@ -377,17 +377,17 @@ class ReframeSettings: perf_logging_config = { 'level': 'DEBUG', 'handlers': [ - { - 'type': 'graylog', - 'host': 'your-server-here', - 'port': 12345, - 'level': 'INFO', - 'format': '%(message)s', - 'extras': { - 'facility': 'reframe', - 'data-version': '1.0', - } - }, + #@ { + #@ 'type': 'graylog', + #@ 'host': 'your-server-here', + #@ 'port': 12345, + #@ 'level': 'INFO', + #@ 'format': '%(message)s', + #@ 'extras': { + #@ 'facility': 'reframe', + #@ 'data-version': '1.0', + #@ } + #@ }, { 'type': 'filelog', 'prefix': '%(check_system)s/%(check_partition)s',