Skip to content

Commit 2ee8cf7

Browse files
committed
docs: Add tail to the config example
1 parent 67079c3 commit 2ee8cf7

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -71,19 +71,13 @@ if set. <!--*TODO* If both the environment variable and `--context` flag are pas
7171
You can use the config file to change the default values of tailfin options. The default config file path is
7272
`~/.config/tailfin/config.yaml`.
7373

74-
```yaml
75-
# <flag name>: <value>
76-
max-log-requests: 999
77-
timestamps: short
78-
```
79-
<!-- TODO (tail)
8074
```yaml
8175
# <flag name>: <value>
8276
tail: 10
8377
max-log-requests: 999
8478
timestamps: short
8579
```
86-
-->
80+
8781
You can change the config file path with `--config` flag or `TAILFINCONFIG` environment variable.
8882
### templates
8983

0 commit comments

Comments
 (0)