Skip to content

Commit e0d233c

Browse files
committed
2 parents 16e2da1 + fcc8a9f commit e0d233c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/core/src/logger.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ export class ObjectLogger implements Logger {
3333
format: config.format ?? (this.isNode ? 'json' : 'pretty'),
3434
redact: config.redact ?? ['password', 'token', 'secret', 'key'],
3535
sourceLocation: config.sourceLocation ?? false,
36-
name: config.name,
3736
file: config.file,
3837
rotation: config.rotation ?? {
3938
maxSize: '10m',

0 commit comments

Comments
 (0)