How to download logs from IBM BPM cloud ?

vivek g
Nov 17, 2020

At present IBM BPM doesn’t provide any document approach to download logs automatically from CLOUD environments.The download need to be requested manually by a operator and the wait for the logs to get generated.This pose a challenge to monitor the system throughout the day.

Following script will help to download the log file from cloud server to your local machine then this can be forwarded to log analysis systems

Prerequisite

  1. Python 3.0
  2. Install requests library for python

--

--