phoenixframework / phoenix_live_reload

Provides live-reload functionality for Phoenix
MIT License
315 stars 90 forks source link

Warning when compiling the module in Elixir 1.14 #157

Closed tzugen closed 5 months ago

tzugen commented 5 months ago
warning: Logger.default_formatter/1 is undefined or private
  lib/phoenix_live_reload/web_console_logger.ex:10: Phoenix.LiveReloader.WebConsoleLogger.attach_logger/0

Because that function was introduced in 1.15. It seems to have no practical consequences though.