Replies: 1 comment 6 replies
-
At least one of these three messages should be at the warning level. The target operating system has corrupt counters that have triggered an exception handling path and are impacting, at a minimum, OSHI's performance requiring it to use a fallback. I don't want to hide the answer to "why is my system slower" answers in debug.
This is really just the reaction of the system to the preceding corrupt counter message. Perhaps the log entries could be appended to a single string? It's probably worth at least INFO logging if not WARN. Feel free to submit a PR to lower the "disabling" message to INFO, I'll approve it. But all of these are one-time log messages, usually closer to startup. There are configuration options in the config file to remove some logging when people knowingly disable performance counters, perhaps a similar configuration could apply here, but this doesn't seem like the same type of "configuration by choice". The system is in an abnormal state and I think users should be warned about that. |
Beta Was this translation helpful? Give feedback.
-
We are currently seeing this logging and this logging.
It seems to me that
Beta Was this translation helpful? Give feedback.
All reactions