Skip to content

Commit 0094b67

Browse files
committed
refactor: remove unnecessary access log filters from settings configuration
1 parent 0b9dc3a commit 0094b67

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apps/dokploy/server/api/routers/settings.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,6 @@ export const settingsRouter = createTRPCRouter({
734734
filePath: "/etc/dokploy/traefik/dynamic/access.log",
735735
format: "json",
736736
bufferingSize: 100,
737-
filters: {
738-
retryAttempts: true,
739-
minDuration: "10ms",
740-
},
741737
},
742738
};
743739
currentConfig.accessLog = config.accessLog;

0 commit comments

Comments
 (0)