You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
541 B

  1. --- a/sources/common/src/utils/logging/syslogloglocation.cpp
  2. +++ b/sources/common/src/utils/logging/syslogloglocation.cpp
  3. @@ -35,8 +35,6 @@ SyslogLogLocation::SyslogLogLocation(Variant &configuration, string identifier,
  4. _priorities[_WARNING_] = LOG_WARNING;
  5. _priorities[_ERROR_] = LOG_ERR;
  6. _priorities[_FATAL_] = LOG_ERR;
  7. - _priorities[_PROD_ACCESS_] = LOG_ERR;
  8. - _priorities[_PROD_ERROR_] = LOG_ERR;
  9. _specificLevel = specificLevel;
  10. _enforceLoggerName = (_configuration[CONF_LOG_APPENDER_NAME] != "");
  11. _pDefualtFormatter = NULL;