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
How do we log this? Right now it's to stderr, which is grrrrrrrrreat! but what happens when it's not a user starting it?
console.log? but we don't know where is console.log? or do we? ominous tones
The text was updated successfully, but these errors were encountered:
stderr is fine for runners of riak console, but riak start users get nothing from it.
riak console
riak start
Sorry, something went wrong.
We're ok with just using stderr, and have switched to a customized version of the lager_console_backend
Merge pull request #14 from Kyorai/integrations-take-2
74ac2e2
Merge pull request #14 from lrascao/feature/shell_based_conf_values
9ac2f9d
Allow shell expanded .conf values
No branches or pull requests
How do we log this? Right now it's to stderr, which is grrrrrrrrreat! but what happens when it's not a user starting it?
console.log? but we don't know where is console.log? or do we? ominous tones
The text was updated successfully, but these errors were encountered: