mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
Restore the event_type on the logger
Some checks failed
Some checks failed
This commit is contained in:
parent
e6d8ae8bcb
commit
818f8f46dd
1 changed files with 2 additions and 1 deletions
|
|
@ -236,7 +236,8 @@ func (vh *VerificationHelper) Init(ctx context.Context) error {
|
||||||
|
|
||||||
logCtx := vh.getLog(ctx).With().
|
logCtx := vh.getLog(ctx).With().
|
||||||
Stringer("transaction_step", txn.VerificationState).
|
Stringer("transaction_step", txn.VerificationState).
|
||||||
Stringer("sender", evt.Sender)
|
Stringer("sender", evt.Sender).
|
||||||
|
Stringer("event_type", evt.Type)
|
||||||
if evt.RoomID != "" {
|
if evt.RoomID != "" {
|
||||||
logCtx = logCtx.
|
logCtx = logCtx.
|
||||||
Stringer("room_id", evt.RoomID).
|
Stringer("room_id", evt.RoomID).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue