diff --git a/server/config/config.go b/server/config/config.go index edb2491..dff680d 100644 --- a/server/config/config.go +++ b/server/config/config.go @@ -9,7 +9,6 @@ import ( ) type Config struct { - CurrentLogFile string LogPath string `yaml:"log_path"` EnableFileLogging bool `yaml:"enable_file_logging"` BaseURL string `yaml:"base_url"`