Actions
Bug #28120
closedSilent failure to start if can't access /var/run/foreman-proxy directory in daemon mode
Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Description
---
:bind_host: ['*']
:http_port: 8000
:daemon: true
:log_file: /var/log/foreman-proxy/proxy.log
:log_level: DEBUG
:daemon_pid: /var/run/foreman-proxy/foreman-proxy.pid
With the following smart-proxy config, regardless of DEBUG level, the logs will contain plain "[E] Error during startup, terminating" without any details what's wrong.
Actions