mirror of
https://github.com/Ed1s0nZ/CyberStrikeAI.git
synced 2026-09-17 07:05:32 +02:00
feat: persist diagnostic logs with daily rotation and retention
This commit is contained in:
@@ -807,8 +807,11 @@ type ServerConfig struct {
|
||||
}
|
||||
|
||||
type LogConfig struct {
|
||||
Level string `yaml:"level"`
|
||||
Output string `yaml:"output"`
|
||||
Level string `yaml:"level"`
|
||||
Output string `yaml:"output"`
|
||||
DiagnosticDir string `yaml:"diagnostic_dir"`
|
||||
DiagnosticDisabled bool `yaml:"diagnostic_disabled"`
|
||||
DiagnosticRetentionDays int `yaml:"diagnostic_retention_days"`
|
||||
}
|
||||
|
||||
type MCPConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user