Skip to content

Commit d0f3677

Browse files
author
Josh Long
committed
ref: change enum ordering
1 parent 2fcf3e7 commit d0f3677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/logger/src/lib/logger.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import { hashMessage } from 'ethers/lib/utils';
33
import { version } from '@lit-protocol/constants';
44

55
export enum LogLevel {
6+
OFF = -1,
67
ERROR = 0,
78
INFO = 1,
89
DEBUG = 2,
910
WARN = 3,
1011
FATAL = 4,
1112
TIMING_START = 5,
1213
TIMING_END = 6,
13-
OFF = -1,
1414
}
1515

1616
const colours = {

0 commit comments

Comments
 (0)