Are you still on demo environment (you tried WfPS Trial, right ?)
If you really want - you can still modify 100Custom.xml - it is just a file modification.
>docker compose up -d
>docker ps
CONTAINER ID IMAGE
13347342762b icr.io/icp4ba/workflow-ps-trial:26.0.0-amd64
>docker exec -it 13347342762b /bin/bash
bash-5.1$ cd /opt/ibm/wlp/usr/servers/defaultServer/config
bash-5.1$ vi 100Custom.xml
Just uncomment sample config at the end of file (plus change default /var/logs to /var/log) and it will be enabled in few seconds.
Documentation for logging properties is here:
https://www.ibm.com/docs/en/baw/26.0.x?topic=micp-process-application-custom-logging
However, this change is volatile and logs are volatile also (will be lost after image restart).
So better idea is to add the same config to 199Custom.xml which is mounted in pc_data PVC ( /shared/custom/config/workflow-custom.xml) and also place logs on PVC.
In your docker-compose.yml directory just edit file:
> sudo vi ./config/workflow-custom.xml
... and add lines as above but with path on PVC:
<common>
<process-apps-logging-config>
<base-file-path merge="replace">/shared/custom/output/logs/pc</base-file-path>
</process-apps-logging-config>
</common>
If your log file in application is named PA1.log you can see logs from directly on PVC:
> sudo tail -f ./output/logs/pc/PA1.log.0
If you are talking about production environments like CP4BA the runtime properties for Workflow Server or Workflow Center are handled via the Custom Resource (CR) yaml file. CP4BA operator will detect the change and modify 199Custom.xml file accordingly but this is different topic.
------------------------------
Sebastian Tylko
------------------------------
Original Message:
Sent: 07/23/26 07:13 AM
From: Muhammad Haris Khan
Subject: Custom Logging Documentation for IBM BAW Containerised Environment
Hi Claudia,
Thanks for the detailed information you have shared. But I am still struggling to understand how to update the 100Custom.xml file in containerized environment as the documentation is asking to update 100Custom.xml.
Your usual support int this regard will be appreciated.
Regards,
Haris Khan
------------------------------
Muhammad Haris Khan (IBM Champion π 2026)
Middleware and Automation Specialist at GBM Qatar
+97466022397 Doha, Qatar
------------------------------
Original Message:
Sent: 07/23/26 02:57 AM
From: Claudia Zentner
Subject: Custom Logging Documentation for IBM BAW Containerised Environment
The documentation for IBM BAW on containers could be found here: https://www.ibm.com/docs/en/baw/26.0.x?topic=mp-enabling-application-specific-logging-in-process-designer
The documentation for BAW and WfPS in IBM CP4BA could be found here: https://www.ibm.com/docs/en/cloud-paks/cp-biz-automation/26.0.0?topic=projects-enabling-application-specific-logging-in-process-designer
And there are two blogs on this subject:
Let me know if you have further questions.
------------------------------
Claudia Zentner
Senior Technical Staff Member (STSM) - Lead architect for workflow in IBM Business Automation
IBM
------------------------------