Commit 68364f7 1 parent a67a597 commit 68364f7 Copy full SHA for 68364f7
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ import (
11
11
type LogConfig struct {
12
12
Title string `yaml:"title" json:"title" toml:"title"`
13
13
Type string `yaml:"type" json:"type" toml:"type"`
14
- NetworkType string `yaml:"network type" json:"network type " toml:"network_type"`
14
+ NetworkType string `yaml:"network type" json:"network_type " toml:"network_type"`
15
15
Host string `yaml:"host" json:"host" toml:"host"`
16
16
Severity string `yaml:"severity" json:"severity" toml:"severity"`
17
17
Facility string `yaml:"facility" json:"facility" toml:"facility"`
18
18
Port string `yaml:"port" json:"port" toml:"port"`
19
- FilePath string `yaml:"file path" json:"file path " toml:"file_path"`
20
- FileName string `yaml:"file name" json:"file name " toml:"file_name"`
21
- DebugMode bool `yaml:"debug mode" json:"debug mode " toml:"debug_mode"`
19
+ FilePath string `yaml:"file path" json:"file_path " toml:"file_path"`
20
+ FileName string `yaml:"file name" json:"file_name " toml:"file_name"`
21
+ DebugMode bool `yaml:"debug mode" json:"debug_mode " toml:"debug_mode"`
22
22
}
23
23
24
24
type ctxlog struct {}
You can’t perform that action at this time.
0 commit comments