Skip to content

Commit

Permalink
v1.0.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
qiangyt committed Mar 11, 2021
1 parent d9fb9a6 commit 80d4f6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Extra feature includes filtering by log level, by time ranage, helpful for daily
Download the executable binary (https://github.com/qiangyt/jog/releases/) to $PATH. For ex., for Mac OSX and Linux,

```shell
curl -L https://github.com/qiangyt/jog/releases/download/v1.0.0-alpha/jog.$(echo `uname -s` | tr A-Z a-z) -o /usr/local/bin/jog
curl -L https://github.com/qiangyt/jog/releases/download/v1.0.1-alpha/jog.$(echo `uname -s` | tr A-Z a-z) -o /usr/local/bin/jog
chmod +x /usr/local/bin/jog
```

Expand Down Expand Up @@ -97,12 +97,12 @@ Extra feature includes filtering by log level, by time ranage, helpful for daily
-cg, --config-get <config item path> Get value to specified config item
-d, --debug Print more error detail
-f, --follow Follow mode - follow log output
-g, --grok <grok pattern name> For non-json log line. The default patterns are saved in ...
-g, --grok <grok pattern name> For non-json log line. The default patterns are saved in [~/.jog/grok_vjeantet, ~/.jog/grok_extended]
-j, --json Output the raw JSON but then able to apply filters
-h, --help Display this information
-l, --level <level value> Filter by log level. For ex. --level warn
-n, --lines <number of tail lines> Number of tail lines. 10 by default, for follow mode
--reset-grok-library-dir Save default GROK patterns to [%s]
--reset-grok-library-dir Save default GROK patterns to [~/.jog/grok_vjeantet, ~/.jog/grok_extended]
-t, --template Print a configuration YAML file template
-V, --version Display app version information
```
Expand Down
2 changes: 1 addition & 1 deletion static/AppVersion.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package static

const (
// AppVersion ...
AppVersion string = `v1.0.0-alpha`
AppVersion string = `v1.0.1-alpha`
)
2 changes: 1 addition & 1 deletion static_files/AppVersion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.0-alpha
v1.0.1-alpha

0 comments on commit 80d4f6e

Please sign in to comment.