mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-24 22:19:09 -05:00
remove Log prefix from configlog functions
This commit is contained in:
@@ -17,7 +17,7 @@ func AuthBasicCommand(cfg *config.Config) *cli.Command {
|
||||
Usage: helper.SubcommandDescription(cfg.AuthBasic.Service.Name),
|
||||
Category: "services",
|
||||
Before: func(c *cli.Context) error {
|
||||
configlog.LogError(parser.ParseConfig(cfg, true))
|
||||
configlog.Error(parser.ParseConfig(cfg, true))
|
||||
cfg.AuthBasic.Commons = cfg.Commons
|
||||
return nil
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user