StatusBay application can ship the application logs to external logging system (for example ELK stack).
In order to ship StatusBay's application logs to an external logging system, configure the following API settings:
api:
application:
log:
level: INFO
gelf_address: 127.0.0.1
Go to the helm chart configuration and set api.application.log.gelf_address
value.