Skip to content

Commit

Permalink
logger config type namespace => system
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostap Gadzeman committed Jun 7, 2024
1 parent 97239ae commit f7826cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/events-sdk/events-sdk.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export interface Server {
export interface LoggerConfig {
logToConsole?: boolean,
overloadGlobalConsole?: boolean,
namespace?: string,
system: string,
socketEmitInterval?: number
}

Expand Down

0 comments on commit f7826cb

Please sign in to comment.