| Summary: | log-enable option ignored in config file when used also in command line | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Pavel Moravec <pmoravec> |
| Component: | qpid-cpp | Assignee: | messaging-bugs <messaging-bugs> |
| Status: | CLOSED NOTABUG | QA Contact: | MRG Quality Engineering <mrgqe-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | high | ||
| Version: | 2.3 | CC: | cknapp, jross, pmoravec, tross |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-23 19:58:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Pavel Moravec
2013-10-23 06:45:59 UTC
The description and the reproducer are inconsistent. You said the command-line option is silently ignored but the reproducer shows that the command line supersedes the configuration file. I believe that this is the desired and expected behavior. The configuration system takes input from the config file, the command line, and the environment variables. In cases where there are conflicts, the command line takes precedence over the configuration file. I agree, command-line config is expected to supercede the config file. Needinfoing the reporter. (In reply to Ted Ross from comment #1) > The description and the reproducer are inconsistent. You said the > command-line option is silently ignored but the reproducer shows that the > command line supersedes the configuration file. > > I believe that this is the desired and expected behavior. The configuration > system takes input from the config file, the command line, and the > environment variables. In cases where there are conflicts, the command line > takes precedence over the configuration file. Wrong problem description - _config_ option is ignored. I havent realized the behaviour of command line precedence applies also to the `log-enable` option that can be specified multiple times. Closing BZ as not a bug. |