mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 02:05:01 +02:00
DEBUG: add info on $LogPrintVerbose
This commit is contained in:
parent
e341e1c30c
commit
7be26a0712
2 changed files with 15 additions and 0 deletions
14
DEBUG.md
14
DEBUG.md
|
@ -44,6 +44,20 @@ instead.
|
|||
|
||||
Disable or remote that setting to restore regular logging.
|
||||
|
||||
## Verbose output
|
||||
|
||||
Specific scripts can generate huge amount of output. These do use a function
|
||||
`$LogPrintVerbose`, which is declared, but has no code, intentionally.
|
||||
|
||||
If you *really* want that output set the function to be the same as
|
||||
`$LogPrint`:
|
||||
|
||||
:set LogPrintVerbose $LogPrint;
|
||||
|
||||
To revert that change just run:
|
||||
|
||||
:set LogPrintVerbose;
|
||||
|
||||
---
|
||||
[⬅️ Go back to main README](README.md)
|
||||
[⬆️ Go back to top](#top)
|
||||
|
|
|
@ -850,6 +850,7 @@
|
|||
}
|
||||
|
||||
# The function $LogPrintVerbose is declared, but has no code, intentionally.
|
||||
# https://rsc.eworm.de/DEBUG.md#verbose-output
|
||||
|
||||
# get max value
|
||||
:set MAX do={
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue