Skip to content

Commit

Permalink
Disable server logs in the console by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatanklosko committed May 10, 2024
1 parent 0dd7ab9 commit f78e770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livebook_web/components/layout_components.ex
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ defmodule LivebookWeb.LayoutComponents do
"phx:live_reload:attached",
({ detail: reloader }) => {
// Enable server log streaming to client. Disable with reloader.disableServerLogs()
reloader.enableServerLogs();
// reloader.enableServerLogs();
// Open configured PLUG_EDITOR at file:line of the clicked element's HEEx component
//
Expand Down

0 comments on commit f78e770

Please sign in to comment.