mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-02 17:24:36 +02:00
log-forward: update comments in global-config
This commit is contained in:
parent
401f179ae9
commit
d5f43aa26d
1 changed files with 4 additions and 3 deletions
|
@ -69,10 +69,11 @@
|
|||
:global BackupUploadUser "mikrotik";
|
||||
:global BackupUploadPass "v3ry-s3cr3t";
|
||||
|
||||
# This defines a filter on log topics not to be forwarded.
|
||||
# This defines what log messages to filter by topic or message
|
||||
# text. Regular expressions are supported. Do *NOT* set an empty string,
|
||||
# that will filter everything!
|
||||
# These are filters, so excluding messages from forwarding.
|
||||
:global LogForwardFilter "(debug|info)";
|
||||
# ... and the same for log message text. Regular expressions are supported.
|
||||
# Do *NOT* set an empty string - that will filter everything!
|
||||
:global LogForwardFilterMessage [];
|
||||
#:global LogForwardFilterMessage "message text";
|
||||
#:global LogForwardFilterMessage "(message text|another text|...)";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue