diff options
Diffstat (limited to 'cpp/src/qpid/log/Options.cpp')
-rw-r--r-- | cpp/src/qpid/log/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/log/Options.cpp b/cpp/src/qpid/log/Options.cpp index 41a15dcf9f..72dbf39ca8 100644 --- a/cpp/src/qpid/log/Options.cpp +++ b/cpp/src/qpid/log/Options.cpp @@ -28,7 +28,7 @@ using namespace std; Options::Options(const std::string& name) : qpid::Options(name), time(true), level(true), thread(false), source(false), function(false), trace(false) { - outputs.push_back("stderr"); + outputs.push_back("stdout"); selectors.push_back("error+"); ostringstream levels; |