Skip to content

Commit

Permalink
reset test logger level
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Oct 12, 2023
1 parent a4bd7ec commit eb92ba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/config/test.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Config

# Print only errors during test
config :logger, level: :warn
config :logger, level: :error

# Setup for MinIO
config :ex_aws, :s3,
Expand Down
2 changes: 1 addition & 1 deletion core/systems/workflow/item_cell.ex
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ defmodule Systems.Workflow.ItemCell do
entity: tool,
callback_url: callback_url,
user: user
} |> dbg()
}

socket |> assign(tool_form: tool_form)
end
Expand Down

0 comments on commit eb92ba4

Please sign in to comment.