Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu authored Oct 3, 2024
1 parent dcbb633 commit 5df0824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/phoenix/logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ defmodule Phoenix.Logger do
cond do
is_function(log_option, 2) ->
log_option.(event, params)

true ->
log_option
end
Expand Down

0 comments on commit 5df0824

Please sign in to comment.