Skip to content

Commit

Permalink
Logger.info -> debug
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrocp committed Jan 16, 2024
1 parent d88e2f0 commit 3981e3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/beacon/tailwind_compiler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ defmodule Beacon.TailwindCompiler do

args = args ++ extra_args

Logger.info("""
Logger.debug("""
running Beacon Tailwind Compiler
bin_path: #{inspect(Tailwind.bin_path())}
Expand Down Expand Up @@ -271,7 +271,7 @@ defmodule Beacon.TailwindCompiler do
end

defp write_file!(content, tmp_dir, filename) do
Logger.info("""
Logger.debug("""
writing file #{filename}
Content:
Expand Down

0 comments on commit 3981e3b

Please sign in to comment.