fix: entry point correctly uses main_cli() with sys.exit() for proper exit codes
Some checks failed
Some checks failed
This commit is contained in:
10
README.md
10
README.md
@@ -190,11 +190,11 @@ Top Errors:
|
|||||||
```bash
|
```bash
|
||||||
$ loglens report server.log --severity --output table
|
$ loglens report server.log --severity --output table
|
||||||
Severity Breakdown:
|
Severity Breakdown:
|
||||||
CRITICAL: ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
|
CRITICAL: ████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 2
|
||||||
ERROR: ██████████████████████████████████████████████ 15
|
ERROR: ██████████████████████████████████████████████████ 15
|
||||||
WARNING: ██████████████████████████░░░░░░░░░░░░░░░░░░░░ 10
|
WARNING: ██████████████████████████░░░░░░░░░░░░░░░░░░░░░░░░ 10
|
||||||
INFO: ██████████████████████████████████████████████ 18
|
INFO: ██████████████████████████████████████████████████ 18
|
||||||
DEBUG: ██████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
|
DEBUG: ██████████████░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 6
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Real-time monitoring
|
#### Real-time monitoring
|
||||||
|
|||||||
Reference in New Issue
Block a user