fix: remove traefik debug in dev mode
This commit is contained in:
parent
eef8c756df
commit
7feba4bbaa
@ -155,7 +155,7 @@ function generate_default_proxy_configuration(Server $server)
|
||||
],
|
||||
];
|
||||
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.bufferingsize=100";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user