Skip to content

Commit 0a7f5cb

Browse files
committed
remove pino pretty
1 parent a246bf0 commit 0a7f5cb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/shared/src/utils/logger.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import pino from "pino";
22

33
const token = process.env.AXIOM_TOKEN as string;
44
const dataset = process.env.AXIOM_DATASET as string;
5-
65
let transport: any
76

87
if (token && dataset) {
@@ -15,7 +14,6 @@ if (token && dataset) {
1514
};
1615
} else {
1716
transport = {
18-
target: "pino-pretty",
1917
options: {
2018
colorize: true,
2119
},

0 commit comments

Comments
 (0)