Skip to content

Commit

Permalink
fix: updated logger with pino child
Browse files Browse the repository at this point in the history
  • Loading branch information
abhilash-sivan committed Nov 20, 2024
1 parent ce96271 commit 7133fae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/collector/src/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,11 @@ exports.init = function init(config, isReInit) {
// No custom logger has been provided; create a new pino logger as the parent logger for all loggers
parentLogger = pino.child({
name: '@instana/collector',
level: 'info',
base: {
thread: threadId,
__in: 1
},
transport: {
target: 'pino/file',
options: {
destination: pinoToAgentStream,
sync: false
Expand Down

0 comments on commit 7133fae

Please sign in to comment.