jfpedroza / neotest-elixir

Neotest adapter for Elixir
MIT License
38 stars 10 forks source link

how to print Logger output on output-panel? #34

Closed DohanKim closed 1 month ago

DohanKim commented 1 month ago

how to print Logger output on output-panel? I'm using the config below but there is no any logger output printed

        config = function()
            local neotest = require("neotest")

            neotest.setup({
                adapters = {
                    require("neotest-elixir"),
                },
                log_level = vim.log.levels.DEBUG,
            })
      end
DohanKim commented 1 month ago

It's suddenly working now...