Files
EchoHub/docs/auriondocs/Code/src/EchoHub.Server/Config/ServerLogsOptions.cs.md
T
Hue f8f4e03ddd docs: Update documentation for 145 files
Generated by AurionDocs
Job ID: c99fff50-67a3-4294-b4df-3e73f4f12de9
Source commit: 4dcb480
2026-07-23 08:10:35 +02:00

635 B

ServerLogsOptions

File: src/EchoHub.Server/Config/ServerLogsOptions.cs
Kind: class

public sealed class ServerLogsOptions

Live server-log room configuration is encapsulated by this strongly-typed options class. It binds to the ServerLogs config section and supports environment overrides, controlling whether the live streaming channel is created and who can view it. When Enabled is true, a read-only system channel is auto-created and log events are streamed in real time; log lines themselves are not stored as messages in the database, with persistence remaining in the rolling Serilog log files.