Skip to content

Commit

Permalink
fix: use correct batch size param for pino-logflare (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcnc authored Dec 10, 2024
1 parent 1a5baaa commit a03404f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal/monitoring/logflare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default function () {
return createLogFlareWriteStream({
apiKey: logflareApiKey,
sourceToken: logflareSourceToken,
batchMaxSize: 100,
size: 100,
onError: (err: Error) => {
console.error(`[Logflare][Error] ${err.message} - ${err.stack}`)
},
Expand Down

0 comments on commit a03404f

Please # to comment.