Yes, this behavior is correct. If the User provides their own logging configuration (or a different logging impl such as logback) then none of the log-* configuration properties in Geode have any effect.
On Mon, Apr 6, 2020 at 9:26 AM Alberto Bustamante Reyes <alberto.bustamante.re...@est.tech> wrote: > Hi all, > > I have observed that "change loglevel" command doesn't work if the > "log4j2.xml" file used doesn't contain the "geode-default" property set to > true. This requirement is not documented [1], so I would like to confirm if > this is the correct behavior. > > If we add "geode-default=true" in our log4j2 files, the "change loglevel" > works fine, but Im not sure if its ok to use that property on a custom log > config file. > > Thanks, > > > Alberto B. > > [1] > https://geode.apache.org/docs/guide/112/tools_modules/gfsh/command-pages/change.html > >