We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tail
1 parent 67079c3 commit 2ee8cf7Copy full SHA for 2ee8cf7
README.md
@@ -71,19 +71,13 @@ if set. <!--*TODO* If both the environment variable and `--context` flag are pas
71
You can use the config file to change the default values of tailfin options. The default config file path is
72
`~/.config/tailfin/config.yaml`.
73
74
-```yaml
75
-# <flag name>: <value>
76
-max-log-requests: 999
77
-timestamps: short
78
-```
79
-<!-- TODO (tail)
80
```yaml
81
# <flag name>: <value>
82
tail: 10
83
max-log-requests: 999
84
timestamps: short
85
```
86
--->
+
87
You can change the config file path with `--config` flag or `TAILFINCONFIG` environment variable.
88
### templates
89
0 commit comments