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