We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment:
1.3.0
lscpu
cat /etc/os-release
What happened and what you expected to happen:
kuiper CLI is looking for client.yaml in /etc instead of /etc/kuiper
How to reproduce it (as minimally and precisely as possible):
$ kuiper time="2024-11-19T20:32:29-05:00" level=fatal msg="open /etc/client.yaml: no such file or directory" file="kuiper/main.go:96"
Anything else we need to know?:
$ kuiper --help Usage of kuiper: -etc string etc indicates the path of etc dir -loadFileType string
BUT
$ kuiper -etc /etc/kuiper time="2024-11-19T20:34:51-05:00" level=fatal msg="open /etc/client.yaml: no such file or directory" file="kuiper/main.go:96"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment:
1.3.0
): 1.14.6lscpu
): armv7lcat /etc/os-release
): Debian 12 ("Armbian 24.8.4 bookworm")What happened and what you expected to happen:
kuiper CLI is looking for client.yaml in /etc instead of /etc/kuiper
How to reproduce it (as minimally and precisely as possible):
$ kuiper
time="2024-11-19T20:32:29-05:00" level=fatal msg="open /etc/client.yaml: no such file or directory" file="kuiper/main.go:96"
Anything else we need to know?:
$ kuiper --help
Usage of kuiper:
-etc string
etc indicates the path of etc dir
-loadFileType string
BUT
$ kuiper -etc /etc/kuiper
time="2024-11-19T20:34:51-05:00" level=fatal msg="open /etc/client.yaml: no such file or directory" file="kuiper/main.go:96"
The text was updated successfully, but these errors were encountered: