mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 10:14:31 +02:00
log-forward: implement reverse logic to include messages...
... even if a filter matches to exclude them. Let's have an example: :global LogForwardFilter "(debug|info)"; :global LogForwardInclude "account"; This will forward everything about topic *account* (login, logout, failed login, ...) - even with topic *info*.
This commit is contained in:
parent
d5f43aa26d
commit
de61c14c60
6 changed files with 20 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
|||
# Make sure all configuration properties are up to date and this
|
||||
# value is in sync with value in script 'global-functions'!
|
||||
# Comment or remove to disable news and change notifications.
|
||||
:global GlobalConfigVersion 54;
|
||||
:global GlobalConfigVersion 55;
|
||||
|
||||
# Copy configuration from global-config here and modify it.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue