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