Files
RUSTDESK-AP-SERVER-SUNLIX/config/logger.go
2024-09-13 15:57:29 +08:00

8 lines
131 B
Go

package config
type Logger struct {
Path string
Level string
ReportCaller bool `mapstructure:"report-caller"`
}