remove Log prefix from configlog functions

This commit is contained in:
Willy Kloucek
2022-08-22 08:08:18 +02:00
parent e58eaabdeb
commit 9f2be9f4f9
91 changed files with 100 additions and 100 deletions
+1 -1
View File
@@ -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
},