Skip to content

Commit

Permalink
chore: change CtxAuthResult event to Trace
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Oct 12, 2023
1 parent de72f36 commit b6d0590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/ctx/ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ fn authenticate<E: Env + 'static>(auth_request: &AuthRequest) -> Effect {
.map(enclose!((auth_request) move |result| {
let internal_msg = Msg::Internal(Internal::CtxAuthResult(auth_request, result));

event!(Level::INFO, internal_message = ?internal_msg);
event!(Level::TRACE, internal_message = ?internal_msg);
internal_msg
}))
.boxed_env(),
Expand Down

0 comments on commit b6d0590

Please sign in to comment.