I’m having a similar issue as described in the post below.
I’ve set the following vars:
# env | grep GF
GF_SERVER_HTTP_PORT=1234
GF_LOG_LEVEL=debug
GF_DATABASE_URL=mysql://grafana:PASSWORD@mydatabase.example.com:3306/grafana
systemctl start grafana-server
I would expect one of these to be reflected in the log, yet nothing appears:
grep GF /var/log/grafana/grafana.log
And settings are still reporing defaults:
t=2019-09-26T21:30:14+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=0.0.0.0:3000 protocol=http subUrl= socket=
This post is similar to my issue but there is no followup:
https://localhost:3000/t/environment-variables-doesnt-work-at-all-help-me-plz/2557