Add comment about backwards compat.

This commit is contained in:
Sander Declerck 2026-01-12 11:20:25 +01:00
parent 20994c1834
commit 595f269f62
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ export function getLoggingLevel() {
return cliLevel; return cliLevel;
} }
if (cliLevel) { if (cliLevel) {
// CLI arg was set but invalid, default to normal // CLI arg was set but invalid, default to normal for backwards compatibility.
return LOGGING_NORMAL; return LOGGING_NORMAL;
} }