This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Vibe 4.0.8.1 was released with updated log4j2 libraries

Not exciting, but it's something.

Vibe 4.0.8.1

Security Updates: Upgraded libraries to Apache Log4j2 to fix the security vulnerabilities in Apache Log4j. This change has the following impact:

  • The log4j.properties file is changed to log4j2.properties.

  • The log4j2.properties file has a new format to set the log levels. For example,

    log4j2.properties format (new):

    logger.org_kablink_teaming_spring.name=org.kablink.teaming.spring

    logger.org_kablink_teaming_spring.level=WARN

    log4j.properties format (old): log4j.category.org.kablink.teaming.spring=WARN

  • Comment or uncomment both the lines to enable or disable logs for a particular class

Rodney

If you found this post useful, give it a "Like" or click on "Verify Answer" under the "More" button.   This helps others.