fix: remove traefik debug in dev mode
This commit is contained in:
parent
eef8c756df
commit
7feba4bbaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue