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

Simple tools for parsing Salesforce Subscriber logs

License

Notifications You must be signed in to change notification settings

ncino/python-apex-log-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple tools for parsing Salesforce Subscriber logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages