evansun922 / nginx-quic

nginx support quic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

log_level do not work

liusenzhen opened this issue · comments

hi,when i set error log_level in nginx.conf like this :
error_log /data/proclog/log/error.log info;
but the quic info do not print to error.log

Info of log level prints very little unless there is a serious error, you can compile a debug version of ningx-quic and set "error_log logs/error.log debug" to print more

yes,Thank you very much! The problem has been solved