Skip to content

Commit

Permalink
Closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
lelvisl committed Jul 24, 2018
1 parent a67a597 commit 68364f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ import (
type LogConfig struct {
Title string `yaml:"title" json:"title" toml:"title"`
Type string `yaml:"type" json:"type" toml:"type"`
NetworkType string `yaml:"network type" json:"network type" toml:"network_type"`
NetworkType string `yaml:"network type" json:"network_type" toml:"network_type"`
Host string `yaml:"host" json:"host" toml:"host"`
Severity string `yaml:"severity" json:"severity" toml:"severity"`
Facility string `yaml:"facility" json:"facility" toml:"facility"`
Port string `yaml:"port" json:"port" toml:"port"`
FilePath string `yaml:"file path" json:"file path" toml:"file_path"`
FileName string `yaml:"file name" json:"file name" toml:"file_name"`
DebugMode bool `yaml:"debug mode" json:"debug mode" toml:"debug_mode"`
FilePath string `yaml:"file path" json:"file_path" toml:"file_path"`
FileName string `yaml:"file name" json:"file_name" toml:"file_name"`
DebugMode bool `yaml:"debug mode" json:"debug_mode" toml:"debug_mode"`
}

type ctxlog struct{}
Expand Down

0 comments on commit 68364f7

Please sign in to comment.