Search code examples
loggingsap-commerce-cloud

How to show hybris custom extension log in kibana?


I am using Commerce Cloud 1905 on public cloud edition. I would like to know, how can I show, logs from my custom extension in Kibana. What necessary log configuration, I need to add?

In my log4j configuration, I tried to use console appender, but I couldn't see it in Kibana dashboard, after doing necessary filter.


Solution

  • Maintain the logging configuration, with desired level in manifest.json file. Redeploy the build. Changing log level on fly will not work.