mirror of
https://github.com/netbirdio/management-refactor.git
synced 2026-05-22 17:12:59 -07:00
6 lines
104 B
Go
6 lines
104 B
Go
package logging
|
|
|
|
type LoggingConfig struct {
|
|
LogLevels map[string]string `mapstructure:"log_levels"`
|
|
}
|