Chuck Rolke created QPID-4336: --------------------------------- Summary: C++ Broker command line --log-enable switch errors cause silent exit Key: QPID-4336 URL: https://issues.apache.org/jira/browse/QPID-4336 Project: Qpid Issue Type: Bug Components: C++ Broker Affects Versions: 0.18 Environment: Linux C++ broker Reporter: Chuck Rolke Priority: Minor
A malformed log-enable switch such as the second switch: ./qpidd --log-enable trace+:acl --log-enable:info+ Causes the broker to exit with no log, cout, cerr, or anything. Interestingly, the exit happens only after processing a good --log-enable switch. src> ./qpidd --log-enable:info+ 2012-09-20 15:35:19 [Broker] critical Unexpected error: Error in command line options: unknown option log-enable:info+ Use --help to see valid options src> ./qpidd --log-enable trace+:acl --log-enable:info+ src> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org