I am using one software which writes logs to syslog. In that software, one can enable/disable different modules depending on requirements. When I enable one module, it is writing lot of logs when errors happen. This is causing imjournal to drop many messages for other module logs.
I want to ratelimit only that modules data. I can redirect that module's logs to different file. I don't seem to find any configuration to ratelimit a specific file differently that others. Need help with this.