Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This article describes how to configure log4j2 for Smart ID Self-Service.

<SMARTIDHOME>

In this article, <SMARTIDHOME> refers to /home/nexus, but this can be different depending on the setup.

log4j2

The server side logging of Self-Service uses log4j2, you can configure it with <SMARTIDHOME>/docker/compose/selfservice/config/log4j2.xml.

See log4j2 documentation: https://logging.apache.org/log4j/2.x/manual/configuration.html

JSON template

You can enable the json template in the <SMARTIDHOME>/docker/compose/selfservice/config/log4j2.xml by switching from the PatternLayout to JsonTemplateLayout.

You can then modify the json template in <SMARTIDHOME>/docker/compose/selfservice/config/log4j2JsonLayout.json.

See log4j2 json template documentation: https://logging.apache.org/log4j/2.x/manual/json-template-layout.html

  • No labels