Skip to content

Commit

Permalink
Better grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ReagentX committed Dec 25, 2022
1 parent 1d1c61f commit ce62392
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ See [parser](/docs/parsers.md) docs.

This is a Rust implementation of my [Python](https://github.com/ReagentX/Logria-py) proof-of-concept.

### What is Logria For
### When to use Logria

Logria is best leveraged to watch live logs from multiple processes and filter them for events you want to see. My most common use case is watching logs from multiple Linode/EC2 instances via `ssh` or multiple CloudWatch streams using [`awslogs`](https://github.com/jorgebastida/awslogs).

I also use it to analyze the logs from my Apache web servers that print logs in the common log format.

### What is Logria Not For
### When to avoid Logria

Logria is not a tool for detailed log analytics. [`lnav`](https://lnav.org/features) or [`angle-grinder`](https://github.com/rcoh/angle-grinder/) will both do the job better.

Expand Down

0 comments on commit ce62392

Please sign in to comment.