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
The modules should be able to check and react accordingly if the parameters in any of the configuration files are not valid for the application.
E.g.: This is a valid line for sensorIds :
sensorIds 1 2 3 4
This line has zero, negative or out of range values, therefore, not a valid line for sensorIds
sensorIds 0 2 -3 16
In the latter case, the module should notify an error to the logger and quit.
The text was updated successfully, but these errors were encountered:
waldezjr
No branches or pull requests
The modules should be able to check and react accordingly if the parameters in any of the configuration files are not valid for the application.
E.g.:
This is a valid line for sensorIds :
This line has zero, negative or out of range values, therefore, not a valid line for sensorIds
In the latter case, the module should notify an error to the logger and quit.
The text was updated successfully, but these errors were encountered: