Have something like: nti_log: ignore: [ "*.map*", "*login*", ... ] To ignore messages that starts, contains, ends with any of the expressions. Also allow regex expressions.
Have something like:
nti_log:
ignore: [ ".map", "login", ... ]
To ignore messages that starts, contains, ends with any of the expressions.
Also allow regex expressions.