Skip to content

Commit

Permalink
Disable dev server 'hot update' logging
Browse files Browse the repository at this point in the history
  • Loading branch information
vanderhoop committed Oct 21, 2017
1 parent a4ecb7d commit 3d655a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions config/test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ config :remote_retro, RemoteRetro.Endpoint,

config :remote_retro, :sql_sandbox, true

{:ok, file} = File.open("browser_logs.log", [:write])
config :wallaby, :js_logger, file

config :wallaby, screenshot_on_failure: true
config :bamboo, :refute_timeout, 10

Expand Down
1 change: 1 addition & 0 deletions webpack.devserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ new WebpackDevServer(webpack(config), {
publicPath: config.output.publicPath,
hot: true,
compress: true,
clientLogLevel: "none",
headers: { "Access-Control-Allow-Origin": "*" },
stats: { modules: false },
}).listen(port, "0.0.0.0", err => {
Expand Down

0 comments on commit 3d655a2

Please sign in to comment.