更改 http server log

This commit is contained in:
bjdgy
2024-01-22 21:18:26 +08:00
parent 9ed8b1a9f1
commit 279498e37e
11 changed files with 63 additions and 243 deletions

View File

@@ -45,6 +45,7 @@ type ServerConfig struct {
FilesPath string `json:"files_path"`
LogPath string `json:"log_path"`
LogLevel string `json:"log_level"`
HttpServerLog bool `json:"http_server_log"`
Pprof bool `json:"pprof"`
Issuer string `json:"issuer"`
AdminUser string `json:"admin_user"`