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
@@ -17,7 +17,7 @@ func GroupsCommand(cfg *config.Config) *cli.Command {
Usage: helper.SubcommandDescription(cfg.Groups.Service.Name),
Category: "services",
Before: func(c *cli.Context) error {
configlog.LogError(parser.ParseConfig(cfg, true))
configlog.Error(parser.ParseConfig(cfg, true))
cfg.Groups.Commons = cfg.Commons
return nil
},