Added log to file option.

This commit is contained in:
Ara Sadoyan
2026-05-15 16:00:57 +02:00
parent 3965a1de93
commit 2380f83d8e
5 changed files with 276 additions and 79 deletions

View File

@@ -20,7 +20,6 @@ pingora-proxy = "0.8.0"
pingora-http = "0.8.0"
pingora-limits = "0.8.0"
async-trait = "0.1.89"
env_logger = "0.11.10"
log = "0.4.29"
futures = "0.3.32"
notify = "9.0.0-rc.4"
@@ -48,3 +47,4 @@ moka = { version = "0.12.15", features = ["sync"] }
ahash = "0.8.12"
instant-acme = "0.8.5"
rcgen = "0.14.7"
log4rs = "1.4.0"