Skip to content

Commit

Permalink
feat: silent logging level (#1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu-dixit authored Feb 21, 2025
1 parent a5777fc commit d82a9bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/src/utils/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { getEnvVariable } from "./shared";

// Define log levels with corresponding priorities
export const LOG_LEVELS = {
silent: -1, // No logs
error: 0, // Highest priority - critical errors
warn: 1, // Warning messages
info: 2, // General information
Expand Down

0 comments on commit d82a9bf

Please sign in to comment.