mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-08-07 05:14:57 -04:00
remove Log prefix from configlog functions
This commit is contained in:
91 files changed
+100
-100
No files matched your search
@@ -17,7 +17,7 @@ func GatewayCommand(cfg *config.Config) *cli.Command {
|
||||
Usage: helper.SubcommandDescription(cfg.Gateway.Service.Name),
|
||||
Category: "services",
|
||||
Before: func(c *cli.Context) error {
|
||||
configlog.LogError(parser.ParseConfig(cfg, true))
|
||||
configlog.Error(parser.ParseConfig(cfg, true))
|
||||
cfg.Gateway.Commons = cfg.Commons
|
||||
return nil
|
||||
},
|
||||
|
||||
Reference in new issue
Block a user