Having a command-line flag to print debug information in wired --show would help a lot with debugging and is generally useful.
Debug mode is disabled by default. As a result, if you come across a notice with a body that isn't shown, you'll probably need to check the logs. the problem here is that the print_to_file option is disabled by default and considering that your suggested way to run wired is:
without redirecting stdout/stderr or anything you can't even debug that notification, it's gone.
According to my testing, --show does not append any information about that notification to the log file after being displayed, which I believe it should.
Having a command-line flag to print debug information in
wired --showwould help a lot with debugging and is generally useful.Debug mode is disabled by default. As a result, if you come across a notice with a body that isn't shown, you'll probably need to check the logs. the problem here is that the
print_to_fileoption is disabled by default and considering that your suggested way to runwiredis:/path/to/wired &without redirecting stdout/stderr or anything you can't even debug that notification, it's gone.
According to my testing,
--showdoes not append any information about that notification to the log file after being displayed, which I believe it should.