hhvm / user-documentation

Documentation for those that use HHVM and write Hack code.
http://docs.hhvm.com/
Other
129 stars 159 forks source link

Default Log Level is wrong #1337

Open JKJameson opened 1 year ago

JKJameson commented 1 year ago

Please complete the information below:

Where is the problem?

hhvm.log.level default is shown as "Warning" where it should say at least "Info"

What is the problem?

Without specifying hhvm.log.level in the server's ini config file, HHVM will spam the console with "BootStats: " startup stats.

These are "Info" level logs. Explicitly specifying "hhvm.log.level=Warning" in the ini file no longer shows BootStats in the console.

Therefore, the default is at least "Info", not "Warning".


Please don't change anything below this point.