mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: remove traefik debug in dev mode
This commit is contained in:
@@ -155,7 +155,7 @@ function generate_default_proxy_configuration(Server $server)
|
|||||||
],
|
],
|
||||||
];
|
];
|
||||||
if (isDev()) {
|
if (isDev()) {
|
||||||
$config['services']['traefik']['command'][] = "--log.level=debug";
|
// $config['services']['traefik']['command'][] = "--log.level=debug";
|
||||||
$config['services']['traefik']['command'][] = "--accesslog.filepath=/traefik/access.log";
|
$config['services']['traefik']['command'][] = "--accesslog.filepath=/traefik/access.log";
|
||||||
$config['services']['traefik']['command'][] = "--accesslog.bufferingsize=100";
|
$config['services']['traefik']['command'][] = "--accesslog.bufferingsize=100";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user