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
Does any modifications to the config.json file result in it being reloaded in the service automatically?
config.json
I started the juttle-engine as deamon as per the instructions in the readme:
$ juttle-engine -d -o juttle-engine.log
However, observed that there is no .juttle/config.json file present in the folder. So, created one with some adapters defined inside it.
.juttle/config.json
Now, how to restart the deamon so that it can reload the config? (and later, if needed how to stop it?)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Does any modifications to the
config.json
file result in it being reloaded in the service automatically?I started the juttle-engine as deamon as per the instructions in the readme:
However, observed that there is no
.juttle/config.json
file present in the folder. So, created one with some adapters defined inside it.Now, how to restart the deamon so that it can reload the config? (and later, if needed how to stop it?)
The text was updated successfully, but these errors were encountered: