/merge-wa-logs

Quick script to merge multiple .json Watson Assistant log files into one large log file

Primary LanguagePythonApache License 2.0Apache-2.0

Watson Assistant Log Merge

Quick script to merge multiple .json Watson Assistant log files into one large log file

Directions

  1. Download merge.py and put in a folder with all of your logs.
  2. Run python3 merge.py
  3. The output file will be labeled allCombinedLogs.json
  4. Done!