-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d60b7b4
commit 6a62d83
Showing
1 changed file
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,22 +54,29 @@ USAGE: | |
humanlog [global options] command [command options] [arguments...] | ||
VERSION: | ||
0.6.0 | ||
0.7.0 | ||
AUTHOR: | ||
Antoine Grondin - <[email protected]> | ||
Antoine Grondin <[email protected]> | ||
COMMANDS: | ||
help, h Shows a list of commands or help for one command | ||
GLOBAL OPTIONS: | ||
--skip '--skip option --skip option' keys to skip when parsing a log entry | ||
--keep '--keep option --keep option' keys to keep when parsing a log entry | ||
--sort-longest sort by longest key after having sorted lexicographically | ||
--skip-unchanged skip keys that have the same value than the previous entry | ||
--truncate truncates values that are longer than --truncate-length | ||
--truncate-length '15' truncate values that are longer than this length | ||
--help, -h show help | ||
--version, -v print the version | ||
--skip value keys to skip when parsing a log entry | ||
--keep value keys to keep when parsing a log entry | ||
--sort-longest sort by longest key after having sorted lexicographically | ||
--skip-unchanged skip keys that have the same value than the previous entry | ||
--truncate truncates values that are longer than --truncate-length | ||
--truncate-length value truncate values that are longer than this length (default: 15) | ||
--color value specify color mode: auto, on/force, off (default: "auto") | ||
--light-bg use black as the base foreground color (for terminals with light backgrounds) | ||
--time-format value output time format, see https://golang.org/pkg/time/ for details (default: "Jan _2 15:04:05") | ||
--ignore-interrupts, -i ignore interrupts | ||
--message-fields value, -m value Custom JSON fields to search for the log message. (i.e. mssge, data.body.message) [$HUMANLOG_MESSAGE_FIELDS] | ||
--time-fields value, -t value Custom JSON fields to search for the log time. (i.e. logtime, data.body.datetime) [$HUMANLOG_TIME_FIELDS] | ||
--level-fields value, -l value Custom JSON fields to search for the log level. (i.e. somelevel, data.level) [$HUMANLOG_LEVEL_FIELDS] | ||
--help, -h show help | ||
--version, -v print the version | ||
``` | ||
[l2met]: https://github.com/ryandotsmith/l2met |