Default error levels

mikko.ropanen
mikko.ropanen Spryker Solution Partner Posts: 27 ✨ - Novice

Hi, is there a reason the default error levels are:

$config[ErrorHandlerConstants::ERROR_LEVEL] = E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED;
$config[ErrorHandlerConstants::ERROR_LEVEL_LOG_ONLY] = E_DEPRECATED | E_USER_DEPRECATED;

Mostly since that also includes E_WARNING which is, you know, just a warning, but now throws an exception?