feat: support customize http log format (#116)

This commit is contained in:
sigoden
2022-07-31 08:27:09 +08:00
committed by GitHub
parent 277d9d22d4
commit ae2f878e62
7 changed files with 255 additions and 27 deletions

View File

@@ -1,5 +1,6 @@
mod args;
mod auth;
mod log_http;
mod logger;
mod server;
mod streamer;