Skip to content

Commit

Permalink
fix: wrong logLevel default value
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Nov 17, 2023
1 parent e1837e7 commit 775396d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/options.ts
Expand Up @@ -77,7 +77,7 @@ export declare interface BuddyOptions extends BuddyGlobalOptions {

export const globalOptions: BuddyGlobalOptions = {
timeout: 5000,
logLevel: 5,
logLevel: 1,
queue: false,
serializers: [],
};
Expand Down

0 comments on commit 775396d

Please sign in to comment.