erlyaws / yaws

Yaws webserver
https://erlyaws.github.io
BSD 3-Clause "New" or "Revised" License
1.28k stars 267 forks source link

HAVE_START_ERROR_LOGGER vs HAVE_ERROR_LOGGER_START #365

Closed leoliu closed 5 years ago

leoliu commented 5 years ago

Check .yaws/yaws/ID/yaws_dynopts.erl. Look like a typo for me.

BTW, I am now working exclusively with OTP 21 and Yaws's report.log has become more and more useless as time goes by because it can no longer capture all logs from a release unless produced by error_logger which is getting used less and less. i.e. logger is a superset of error_logger so Yaws' report.log is capturing a shrinking subset of logs.

vinoski commented 5 years ago

Please open a new issue for the logger vs. error_logger comment.