Skip to content

Commit

Permalink
Merge pull request #106 from ReagentX/feat/cs/release-prep
Browse files Browse the repository at this point in the history
Feat/cs/release prep
  • Loading branch information
ReagentX authored Dec 25, 2022
2 parents b37eecc + ce62392 commit 69fe988
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ exclude = ["/resources", ".github", "docs", "build.sh"]
keywords = ["cli", "tui", "logs", "log-parsing", "log-analytics"]
license-file = "LICENSE"
name = "logria"
publish = false
readme = "README.md"
repository = "https://github.com/ReagentX/Logria"
version = "0.0.0"
Expand Down
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 69fe988

Please sign in to comment.