evansun922 / nginx-quic

nginx support quic
BSD 2-Clause "Simplified" License
232 stars 76 forks source link

log_level do not work #4

Closed liusenzhen closed 4 years ago

liusenzhen commented 4 years ago

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

evansun922 commented 4 years ago

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

liusenzhen commented 4 years ago

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