DEBUG: add info on $LogPrintVerbose

This commit is contained in:
Christian Hesse 2025-03-06 14:54:38 +01:00
parent e341e1c30c
commit 7be26a0712
2 changed files with 15 additions and 0 deletions

View file

@ -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)

View file

@ -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={