1
0
Fork 0
mirror of synced 2024-08-28 00:12:02 +12:00
This commit is contained in:
Adria Navarro 2023-07-10 17:17:45 +02:00
parent 2585b73723
commit e0c0e9bd65

View file

@ -20,7 +20,7 @@ export function localFileDestination() {
path: logsPath, path: logsPath,
maxFiles: 1, maxFiles: 1,
immutable: true, immutable: true,
history: "budibase-logs-history.txt", history: budibaseLogsHistoryFileName,
initialRotation: false, initialRotation: false,
}) })