better better logging
This commit is contained in:
@@ -34,7 +34,7 @@ type Store struct {
|
||||
// New creates a new store
|
||||
func New(cfg *config.Config) account.Manager {
|
||||
s := Store{
|
||||
Logger: olog.NewLogger(olog.Name("ocis-accounts")),
|
||||
Logger: olog.NewLogger(olog.Name(cfg.Server.Name)),
|
||||
}
|
||||
|
||||
dest := filepath.Join(cfg.MountPath, StoreName)
|
||||
|
||||
Reference in New Issue
Block a user