Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 543 Bytes

external-logs.md

File metadata and controls

22 lines (14 loc) · 543 Bytes

External Logging System

StatusBay application can ship the application logs to external logging system (for example ELK stack).


Configuration

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

Using Helm?

Go to the helm chart configuration and set api.application.log.gelf_address value.