1
0
Fork 0
mirror of synced 2024-07-17 12:15:59 +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,
maxFiles: 1,
immutable: true,
history: "budibase-logs-history.txt",
history: budibaseLogsHistoryFileName,
initialRotation: false,
})