Skip to content

Instantly share code, notes, and snippets.

@simonwelsh
Created March 31, 2014 05:01
Show Gist options
  • Save simonwelsh/9885588 to your computer and use it in GitHub Desktop.
Save simonwelsh/9885588 to your computer and use it in GitHub Desktop.
Log {
RuntimeErrorReportingLevel = 32767
Level = Info
File = /var/log/hhvm.log
AccessLogDefaultFormat = %h %l %u %t \"%r\" %>s %b
Access {
* {
File = /var/log/hhvm-access.log
}
}
}
ErrorHandling {
CallUserHandlerOnFatals = true
ThrowBadTypeExceptions = true
ThrowMissingArguments = true
ThrowInvalidArguments = true
AssertActive = true
AssertWarning = true
}
Debug {
FullBacktrace = true
ServerStackTrace = true
ServerErrorMessage = true
TranslateSource = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment