go-acme / lego

Let's Encrypt/ACME client and library written in Go
https://go-acme.github.io/lego/
MIT License
7.84k stars 1.01k forks source link

Add --log-format flag #1962

Open lvxnull opened 1 year ago

lvxnull commented 1 year ago

This allows logger flags to be specified through the command line.

Solves #1895

ldez commented 11 months ago

Hello,

just to explain why your PR is stuck: I plan to rewrite the log system based on the new slog package, so I will not merge your PR because I will have to remove it when I will change the logger.

jantytgat commented 11 months ago

Hello,

just to explain why your PR is stuck: I plan to rewrite the log system based on the new slog package, so I will not merge your PR because I will have to remove it when I will change the logger.

I'm working on two providers for use with NetScaler ADC, for which I'm already using slog. Do you have any ETA on the rewrite? Is there any way I might contribute to this to speed up an said ETA?