Skip to content

mii860417/log-diff-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Log Diff Analyzer

Log Diff Analyzer is a simple tool to compare two log files and quickly detect differences.

Paste two logs (before and after), and the tool will highlight:

  • New lines
  • Removed lines
  • Error lines

This is useful for debugging issues after:

  • Deployments
  • Configuration changes
  • Regression tests
  • Production incidents

Built with Python + Streamlit.


πŸš€ Demo

Try the tool online:

https://log-diff-analyzer.streamlit.app


❓ Why This Tool Exists

Example use cases

  • Compare logs before and after deployment
  • Detect new errors in CI logs
  • Identify differences between two runs

✨ Features

  • Compare two logs instantly
  • Detect newly added log lines
  • Highlight potential error lines
  • Simple and fast UI

πŸ–₯ Run Locally

Install dependencies

pip install -r requirements.txt

Run the Streamlit app

streamlit run app.py

Then open your browser:

http://localhost:8501

πŸ“ Project Structure

logcat-error-filter
β”‚
β”œβ”€β”€ app.py
β”œβ”€β”€ requirements.txt
└── README.md

πŸ” Search Keywords

This project targets common developer searches such as:

  • log diff tool
  • compare logs online
  • compare two log files
  • detect log differences
  • debugging log comparison

πŸ”— Related Tools

You may also be interested in:

These tools help developers debug logs more efficiently.

About

Compare two logs online and detect differences instantly. Useful for debugging deployments and analyzing log changes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages