Skip to content

Commit

Permalink
Remove transport pretty pino
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasperhino committed Dec 10, 2024
1 parent 26a4faa commit 9582e3b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions analytics/src/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import { pino } from 'pino';

const logger = pino({
level: process.env.LOG_LEVEL || 'info',
transport: {
target: 'pino-pretty',
options: {
colorize: process.env.NODE_ENV !== 'production'
}
}
});

export default logger;
1 change: 0 additions & 1 deletion frontend/src/components/Treemap.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { configFromFileTree, createFileTree } from "@frontend/utils/treemap_helpers";
import { MetricsTableData } from "@analytics/types";
import { Container } from "@mui/material";
import { useEffect, useState } from "react";
import {
gloperate,
Expand Down

0 comments on commit 9582e3b

Please sign in to comment.