Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Geode uses log4j2 for logging. In this post we are going to see how to define a custom appender.

Step-by-step guide

The caveats around configuring log4j for Geode are discussed in the docs. Chief among that is the JMX client should continue to get alert messages when they show up in the logs.

...

 static final Logger logger = LogManager.getLogger(Main.class);

 

 

Related articles

Configuring log4j2 for Geode

Content by Label
showLabelsfalse
max5
spacesGEODE
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("log4j2","logging") and type = "page" and space = "GEODE"
labelslogging log4j2

...