Skip to content

Commit

Permalink
fix log import
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyapotti committed Dec 20, 2024
1 parent 0513559 commit a97351f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils/logger.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { getLogger } from "loglevel";
import log from "loglevel";

export const loglevel = getLogger("auth");
export const loglevel = log.getLogger("auth");

loglevel.setLevel("error");

0 comments on commit a97351f

Please sign in to comment.