Added log rotation for prod config (#32)

This commit is contained in:
Kieran
2024-02-21 12:01:18 -08:00
committed by GitHub
parent c1f30dbd2c
commit 0d29f70a28
3 changed files with 20 additions and 3 deletions
+1
View File
@@ -22,6 +22,7 @@ defmodule Pinchflat.Application do
]
:ok = Oban.Telemetry.attach_default_logger()
Logger.add_handlers(:pinchflat)
# See https://hexdocs.pm/elixir/Supervisor.html
# for other strategies and supported options