Mapping log statements to runtime logs
$ pip install logmapping
Map runtime logs to their underlying logging statements.
This tool is able to (1) create a representation of the logging statements that allows for comparisons with runtime logs, (2) generate the ground truth templates for runtime logs based on the discovered mapping. In the figure below we visualize the functionality of the tool, namely (1) mining logging statements, (2) mining variables present in logging statements, and (3) creating the mapping from runtime logs the underlying logging statements.
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
logmapping
was created by Stefan Petrescu. It is licensed under the terms of the MIT license.
logmapping
was created with cookiecutter
and the py-pkgs-cookiecutter
template.