1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-11 18:20:28 +09:00

rename some loggers to the same convention

This commit is contained in:
Roman Khafizianov 2023-03-07 10:42:36 +01:00 committed by Mikhail Iudin
parent 4d6e15e03b
commit da73ebf9ab
No known key found for this signature in database
GPG key ID: FAAAA8BAABDFF1C0
5 changed files with 17 additions and 13 deletions

View file

@ -5,6 +5,7 @@ import (
"context"
"errors"
"fmt"
"github.com/anytypeio/any-sync/accountservice"
"github.com/anytypeio/any-sync/app/logger"
"github.com/anytypeio/any-sync/commonspace/object/keychain"
@ -14,7 +15,7 @@ import (
"github.com/anytypeio/any-sync/commonspace/object/tree/treechangeproto"
"github.com/anytypeio/any-sync/commonspace/object/treegetter"
"github.com/anytypeio/any-sync/commonspace/settings/settingsstate"
spacestorage "github.com/anytypeio/any-sync/commonspace/spacestorage"
"github.com/anytypeio/any-sync/commonspace/spacestorage"
"github.com/anytypeio/any-sync/commonspace/spacesyncproto"
"github.com/anytypeio/any-sync/nodeconf"
"github.com/gogo/protobuf/proto"
@ -22,7 +23,7 @@ import (
"golang.org/x/exp/slices"
)
var log = logger.NewNamed("commonspace.settings")
var log = logger.NewNamed("common.commonspace.settings")
type SettingsObject interface {
synctree.SyncTree