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
--help
i was trying to have the cli options by running g-l with --help but i got an error instead:
./ganglia-logtailer --help Traceback (most recent call last): File "/yada/yada/ganglia-logtailer", line 50, in <module> os.mkdir(logDir) OSError: [Errno 13] Permission denied: '/var/log/ganglia'
this was with my user, so of course it couldnt create that dir nor access it.
I think g-l shouldnt try to initialize/read logging if only run via --help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
i was trying to have the cli options by running g-l with --help but i got an error instead:
this was with my user, so of course it couldnt create that dir nor access it.
I think g-l shouldnt try to initialize/read logging if only run via --help
The text was updated successfully, but these errors were encountered: