mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
remove write to file for now
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user