hjr3 / weldr

A HTTP 1.1 proxy written in Rust using tokio.
Apache License 2.0
217 stars 20 forks source link

Add syslog support? #72

Open hjr3 opened 7 years ago

hjr3 commented 7 years ago

Currently, the env_logger crate is being used. I started writing this issue thinking we needed syslog support, but now I am remembering that some containerized environments use stdout.

I need to figure out the logging story and then update this ticket.

yanns commented 7 years ago

We should make this configurable. Ex:

In topic of logs, I also like structured logging like https://github.com/slog-rs/slog