Log Service
The logging service is responsible for receiving and processing log events.
Logs may be filtered and stored based on server configuration.
Filtering
Storage
Stream
Forwards events via service API to a configured endpoint.
Console
Prints plain-text events to the stdout
and stderr
.
File
Appends plain-text events to a select file.
Database
Pushes events to a database table based on configured format.
Access
Stream
Users with administrative access may subscribe to log events, which will be send to the user's connection as they are received.