Project

General

Profile

Actions

Bug #48684

closed

the logging config within cephadm binary defaults to sys.stderr

Added by Paul Cuzner over 3 years ago. Updated over 3 years ago.

Status:
Won't Fix
Priority:
Normal
Assignee:
Category:
cephadm (binary)
Target version:
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

The streamhandler defaults to sys.stderr which means tasks like check_host returns passed and failed tests in same list back to the caller.

The console handler should include
'stream': 'ext://sys.stdout'

so when the output is returned to the caller stdout and stderr variables are populated correctly.

Actions

Also available in: Atom PDF