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.
1 parent 7fcd573 commit 65b8da0Copy full SHA for 65b8da0
apps/basket/src/lib/logger.ts
@@ -2,13 +2,6 @@ import pino from 'pino';
2
3
const logger = pino({
4
level: 'info',
5
- transport: {
6
- target: '@logtail/pino',
7
- options: {
8
- sourceToken: process.env.LOGTAIL_SOURCE_TOKEN,
9
- options: { endpoint: 'https://s1447431.eu-nbg-2.betterstackdata.com' },
10
- },
11
12
});
13
14
export { logger };
0 commit comments