remove Log prefix from configlog functions
This commit is contained in:
@@ -18,7 +18,7 @@ func WebDAVCommand(cfg *config.Config) *cli.Command {
|
||||
Usage: helper.SubcommandDescription(cfg.WebDAV.Service.Name),
|
||||
Category: "services",
|
||||
Before: func(c *cli.Context) error {
|
||||
configlog.LogError(parser.ParseConfig(cfg, true))
|
||||
configlog.Error(parser.ParseConfig(cfg, true))
|
||||
cfg.WebDAV.Commons = cfg.Commons
|
||||
return nil
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user