| Bug #71612 | "mysqlfabric manage logging_level" does not print appropriate error messages | ||
|---|---|---|---|
| Submitted: | 6 Feb 2014 19:25 | ||
| Reporter: | Alfranio Tavares Correia Junior | Email Updates: | |
| Status: | Won't fix | Impact on me: | |
| Category: | MySQL Fabric | Severity: | S3 (Non-critical) |
| Version: | 1.4.1 | OS: | Any |
| Assigned to: | Alfranio Tavares Correia Junior | CPU Architecture: | Any |
[6 Jul 2017 19:19]
Bugs System
Status updated to 'Won't fix' (Fabric is now covered under Oracle Lifetime Sustaining Support)

Description: mysqlfabric manage logging_level does not print appropriate error messages. How to repeat: Check the code or execute the following command: -bash-4.1$ mysqlfabric manage logging_level failure_detector 1 Command : { success = True return = False activities = } -bash-4.1$ mysqlfabric manage logging_level failure_detector 0 Command : { success = True return = False activities = } Both the module and the debug level do not exist but the return value says nothing and gives the impression that everything went well. Suggested fix: Improve the error message(s).