Configure and deploy Fluent Bit, a lightweight service to ingest logs and feed Loki
## Log level recognition
There are 6 log levels to be recognised (inspired by [Grafana](https://grafana.com/docs/grafana/latest/explore/logs-integration/#log-level)): `critical`, `error`, `warning`, `info`, `debug` and `trace`.
If none of them is recognised, then no `level` label is applied to log message. This way, another tool (like Grafana Logs Panel) may infer it's level later.
Detection is based on finding a **field** with level value or a level value between **delimiters**.
You can customise detected log level values setting these environment variables: