Skip to content

Commit 7ffaada

Browse files
committed
docs: Add tail to the config example
1 parent 5e3754f commit 7ffaada

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
@@ -72,19 +72,13 @@ if set. <!--*TODO* If both the environment variable and `--context` flag are pas
7272
You can use the config file to change the default values of tailfin options. The default config file path is
7373
`~/.config/tailfin/config.yaml`.
7474

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

0 commit comments

Comments
 (0)