Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismccord committed Feb 23, 2024
1 parent 835e740 commit fcd3c2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/phoenix_live_reload/application.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ defmodule Phoenix.LiveReloader.Application do
alias Phoenix.LiveReloader.WebConsoleLogger

def start(_type, _args) do
# note we always attach and start the logger as :phoenix_live_reload should only
# be started in dev via user's `only: :dev` entry.
WebConsoleLogger.attach_logger()

children = [
Expand Down

0 comments on commit fcd3c2c

Please sign in to comment.