mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-09 21:16:26 +08:00
Disable server logs in the console by default
This commit is contained in:
parent
0dd7ab9195
commit
f78e7702a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue