Issue #3565
Filtering out logs or plugin in to do so
Status:
Feedback
Priority:
Normal
Assignee:
-
Category:
-
Affected version:
5.7.2
Resolution:
Description
Hello,
Our logging integration is pretty stringent and would like to get the absolute minimum error/debug information. I have setup default strongswan log level at 1 but it still produces a lot of "Sending DPD request" "Received DPD request", which has been filling up. Is there any way to filter it out or surgically eliminate certain classes of logs? Thank you. We are using 5.7.2 version.
History
#1 Updated by Tobias Brunner 6 months ago
- Status changed from New to Feedback
Is there any way to filter it out or surgically eliminate certain classes of logs?
Not via configuration (see LoggerConfiguration). But you could write your own logger plugin that filters messages etc.