mwoelm
Participant
Member since ‎04-24-2019

User Statistics

  • 53 Posts
  • 2 Solutions
  • 26 Kudos given
  • 24 Kudos received

User Activity

Hi community, does somebody know if it is possible to add new fields that are visible in Kibana? Technically, I know if SAP is using the ELK stack, it should be possible by adding a new field in log statement, map this in Logstash and put it into E...
Hi community, I want to log some messages in a groovy script in SCPI. I know from standard scripts, I could get a message logger with this: def messageLog = messageLogFactory.getMessageLog(message); message is of type com.sap.gateway.ip.c...
Hi, In our code we following lines where I want to analyze an error: try { return convertPageData(orderResults, getOrderHistoryConverter());} catch (Exception e) { LOG.error("Couldn't convert Page Data.", e); In Kibana, I can see that the...
Introduction In this blog post I will describe how you can perform a simple change in SAP Commerce which allows you to change the log level for all nodes at the same time. As you might know, you can change the log level of a logger during runtime in...
The PrePersistHook offers this method Optional<ItemModel> execute(ItemModel item); When implementing the PrePersistHook the changed model is passed to the method. The executing path already open a transaction and it seems that the item is already...