We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0048f commit c3ab60fCopy full SHA for c3ab60f
config/config.exs
@@ -2,4 +2,6 @@ import Config
2
3
config :next_ls, :indexing_timeout, 100
4
5
+config :logger, :default_handler, config: [type: :standard_error]
6
+
7
import_config "#{config_env()}.exs"
0 commit comments