We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d29ab5 + 38f24d4 commit fcc8a9fCopy full SHA for fcc8a9f
1 file changed
packages/core/src/logger.ts
@@ -33,7 +33,6 @@ export class ObjectLogger implements Logger {
33
format: config.format ?? (this.isNode ? 'json' : 'pretty'),
34
redact: config.redact ?? ['password', 'token', 'secret', 'key'],
35
sourceLocation: config.sourceLocation ?? false,
36
- name: config.name,
37
file: config.file,
38
rotation: config.rotation ?? {
39
maxSize: '10m',
0 commit comments