Skip to content

Commit

Permalink
- removal of unused log message
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejValenta committed Apr 2, 2024
1 parent ec4113d commit 916a4ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions lib/loki_logger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,6 @@ defmodule LokiLogger do
defp tesla_client(config) do
req_opts = Keyword.get(config, :req_opts, [])

"request options: #{inspect(req_opts)}" |> IO.puts()

http_headers = [
{"Content-Type", "application/x-protobuf"},
{"X-Scope-OrgID", Keyword.get(config, :loki_scope_org_id, "fake")}
Expand Down
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule LokiLogger.MixProject do
def project do
[
app: :keen_loki_logger,
version: "0.4.0",
version: "0.5.1",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -26,7 +26,6 @@ defmodule LokiLogger.MixProject do
defp deps do
[
{:jason, "~> 1.4.0"},
# {:httpoison, "~> 1.2"},
{:ex_doc, "~> 0.31.2", only: :dev},
{:benchee, "~> 1.1.0", only: :test},
{:tesla, "~> 1.8.0"},
Expand Down

0 comments on commit 916a4ac

Please sign in to comment.