Skip to content

Commit

Permalink
less verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Dec 24, 2024
1 parent 7277f09 commit 7565e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atproto/lexicon/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func ResolveLexiconData(ctx context.Context, dir identity.Directory, nsid syntax
if err != nil {
return nil, err
}
slog.Info("resolved NSID", "nsid", nsid, "did", did)
slog.Debug("resolved NSID", "nsid", nsid, "did", did)

ident, err := dir.LookupDID(ctx, did)
if err != nil {
Expand Down

0 comments on commit 7565e19

Please sign in to comment.