Skip to content
This repository was archived by the owner on May 21, 2024. It is now read-only.

Files

Latest commit

Royce NoblesRoyce Nobles
Royce Nobles
and
Royce Nobles
Jul 11, 2018
bf57277 · Jul 11, 2018

History

History
24 lines (14 loc) · 896 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 896 Bytes

python-apex-log-parser

A quick tool for working with Salesforce Subscriber logs.

This was created for my own benefit when examining Salesforce logs to locate efficiency problems like repeated SQOL Queries, non-double fire safe triggers and things like that. If it proves useful, I will continue updating it and am happy to review enhancements/corrections.

With that said, it is very immature - so use at your own risk!

Getting Started

The only prerequisite is that you have some recent version of Python installed.

To use, simply clone the repo, navigate to the root folder and execute the following command:

python main.py [path to subscriber log] [destination path for json file]

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details