Skip to content

Commit

Permalink
Change logger's tag to dream.logger
Browse files Browse the repository at this point in the history
dream.log is too generic -- it appears to refer to the whole Dream log,
when it is meant to refer to Dream's logger.
  • Loading branch information
aantron committed Apr 23, 2023
1 parent dbf01b8 commit d135ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/log.ml
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ let iter_backtrace f backtrace =
(* Use the above function to create a log source for Log's own middleware, the
same way any other middleware would. *)
let log =
sub_log "dream.log"
sub_log "dream.logger"



Expand Down

0 comments on commit d135ba6

Please sign in to comment.