Expected set verbose true from the main menu to actually enable Verbose output
Expected set debug true from the main menu to actually enable Debug output
Actual Behavior
No Verbose or Debug output is displayed on the terminal
The set verbose true statement enabled Verbose output for the CLI but did not enable Verbose output for the server component. Added a statement to enable Verbose/Debug output for the server component too.
Prerequisite
Environment Data
v1.1.0
1.16
linux
Expected Behavior
Expected
set verbose true
from the main menu to actually enable Verbose output Expectedset debug true
from the main menu to actually enable Debug outputActual Behavior
No Verbose or Debug output is displayed on the terminal
Steps to Reproduce Behavior
Misc Information