remove write to file for now

This commit is contained in:
Maidul Islam
2024-01-31 14:08:52 -05:00
parent b68b3840d4
commit 59f662f8a8

View File

@@ -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
}
}