jnjanardhannaidu opened a new pull request #758: URL: https://github.com/apache/logging-log4j2/pull/758
if we have below properties configured in log4j2.properies files, when we will hit NumberFormatException or there will be no logs for custom level. This issue is happening because we are trying to convert string "VERBOSE" into integer which is not expected. It is expected to covert the values which is there in property called intLevel only. customLevels = V customLevel.V.name = VERBOSE customLevel.V.intLevel = 525 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
