mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-04-21 03:03:40 +00:00
Logging
This commit is contained in:
parent
efe01519a2
commit
c997461db1
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,7 @@ import (
|
|||
|
||||
"github.com/matrix-org/dendrite/keyserver/api"
|
||||
"github.com/matrix-org/gomatrixserverlib"
|
||||
"github.com/matrix-org/util"
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
|
@ -303,4 +304,6 @@ func (a *KeyInternalAPI) crossSigningKeys(
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
util.GetLogger(ctx).Infof("Found cross-signing keys: master %+v, self-signing %+v, user-signing %+v", res.MasterKeys, res.SelfSigningKeys, res.UserSigningKeys)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue