Skip to content

Commit

Permalink
remove write to file for now
Browse files Browse the repository at this point in the history
  • Loading branch information
maidul98 committed Jan 31, 2024
1 parent b68b384 commit 59f662f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/lib/logger/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const initLogger = async () => {
level: "info",
target: "pino/file",
options: {
destination: cfg.NODE_ENV === "development" ? 1 : "/var/logs/infisical.log",
destination: 1,
mkdir: true
}
}
Expand Down

0 comments on commit 59f662f

Please sign in to comment.