owncloud / ocis

:atom_symbol: ownCloud Infinite Scale Stack
https://doc.owncloud.com/ocis/next/
Apache License 2.0
1.37k stars 181 forks source link

proxy log does not contain path of config file: #2263

Closed butonic closed 4 months ago

butonic commented 3 years ago

When using the default config file location /etc/ocis/proxy.json to configure the proxy when running it via ocis proxy it will not log the path:

proxy_1                  | 2021-07-05T10:48:13Z DBG Tracing is not enabled service=proxy
proxy_1                  | 2021-07-05T10:48:13Z INF policies service=proxy source=file src=
proxy_1                  | 2021-07-05T10:48:13Z DBG loading policy-selector selector_config={"Migration":null,"Static":{"Policy":"ocis"}} service=proxy
proxy_1                  | 2021-07-05T10:48:13Z DBG adding route route={"ApacheVHost":false,"Backend":"http://ocis-web:9100","Endpoint":"/","Type":""} service=proxy
...

It does pick up the configuration, though ...

kobergj commented 4 months ago

Not relevant any more.