mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add comment about backwards compat.
This commit is contained in:
parent
20994c1834
commit
595f269f62
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue