Skip to content

Commit

Permalink
fix: sets some logger configs (#1192)
Browse files Browse the repository at this point in the history
* fix: sets some logger configs

* fix: bump version
  • Loading branch information
chasers authored Nov 6, 2024
1 parent ae4c675 commit 9865deb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -232,5 +232,7 @@ if System.get_env("LOGS_ENGINE") == "logflare" do
end

config :logger,
sync_threshold: 1_000,
discard_threshold: 1_000,
backends: [LogflareLogger.HttpBackend]
end

0 comments on commit 9865deb

Please sign in to comment.