You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improves debugging and logging.
Subscribing to page events to catch errors from browser
when rendering image.
Possible to adjust log level using LOG_LEVEL
environment variable when running as service.
Possible to adjust console logging by configuration
file when running as service.
Closes#85
Copy file name to clipboardExpand all lines: docs/remote_rendering_using_docker.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,6 +49,15 @@ You can enable [Prometheus](https://prometheus.io/) metrics endpoint `/metrics`
49
49
export ENABLE_METRICS=true
50
50
```
51
51
52
+
**Log level:**
53
+
54
+
Change the log level. Default is `info` and will include log messages with level `error`, `warning` and info.
55
+
56
+
57
+
```bash
58
+
export LOG_LEVEL=info
59
+
```
60
+
52
61
## Configuration file
53
62
54
63
You can override certain settings by using a configuration file, see [default.json](https://github.com/grafana/grafana-image-renderer/tree/master/default.json) for defaults. Note that any configured environment variable takes precedence over configuration file settings.
0 commit comments