Always create log entries in case of error (no matter the configured log level)
As reported by Ch. Teschauer:
In its current implementation, log entries are only created for the configured log level (eg entries from Debug.vi only show up if the level in the configuration is set to "DEBUG".)
If the log level is now changed to "ERROR", the Debug.vi no longer logs anything.
If now an error occurs before the Debug.vi (error on the error wire), then this information is lost as no entry will be created.
Suggestion:
Always create log entries irregardless of the log level if an error is on the wire.
Edited by Joerg Hampel