Skip to content

Commit

Permalink
Update library/agent/logger/logLevel.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bitterpanda63 authored Dec 24, 2024
1 parent cefe71b commit d5fe9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/agent/logger/logLevel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const logLevelKeys = Object.keys(AikidoLogLevel);
const defaultLogLevel = AikidoLogLevel.info;

export function getLogLevel(): AikidoLogLevel {
// Check for AIKIDO_DEBUG environment variable
// Check for AIKIDO_DEBUG environment variable (backwards compat)
if (isDebugging()) {
return AikidoLogLevel.debug;
}
Expand Down

0 comments on commit d5fe9a7

Please sign in to comment.