mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-08-16 18:00:44 -04:00
lint cleanup
This commit is contained in:
parent
fe9d9f8aca
commit
9fa1666e8b
22 changed files with 178 additions and 155 deletions
|
@ -97,7 +97,8 @@ void initLoggy() {
|
|||
logOptions: getLogOptions(null),
|
||||
);
|
||||
|
||||
const isTrace = String.fromEnvironment('logTrace') != '';
|
||||
// ignore: do_not_use_environment
|
||||
const isTrace = String.fromEnvironment('LOG_TRACE') != '';
|
||||
LogLevel logLevel;
|
||||
if (isTrace) {
|
||||
logLevel = traceLevel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue