Skip to content

2.3

Compare
Choose a tag to compare
@jasonjkeller jasonjkeller released this 18 May 22:35
· 112 commits to main since this release
414d91a

Add support for custom arguments in the JSON log for logback. Thank you @krishnatejadinavahi

Usage:

import static com.newrelic.logging.logback.CustomArgument.keyValue;
logger.info("Custom log", keyValue("customKey", "customValue"));