This repository was archived by the owner on Sep 10, 2025. It is now read-only.
release-3.3
As noted in a comment on #103 it would be nice to have the ability to show only errors - not warnings and debug-messages too. This pull-request removes "LOG_ALL" from the documentation, replacing it with "LOG_LEVEL" - for compatibility LOG_ALL becomes "LOG_LEVEL=DEBUG". The new LOG_LEVEL allows : * ERROR * Show only errors. * WARN * Show errors _and_ warnings. * DEBUG * Show errors, warnings, _and_ debug-messages.