Skip to content

Commit a188ed3

Browse files
authored
Merge pull request #3812 from Dokploy/3354-requests-tab-doesnt-show-the-requests-made-to-a-newly-added-projectservice
refactor: remove unnecessary access log filters from settings configu…
2 parents 0b9dc3a + 0094b67 commit a188ed3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)