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