Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1255416

Summary: Please don't mix output information of ovirt-aaa-jdbc-tool with stdout/stderr/log
Product: Red Hat Enterprise Virtualization Manager Reporter: Ondra Machacek <omachace>
Component: ovirt-engine-extension-aaa-jdbcAssignee: Martin Perina <mperina>
Status: CLOSED NOTABUG QA Contact: Ondra Machacek <omachace>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: amureini, mgoldboi, oourfali, pstehlik
Target Milestone: ---   
Target Release: 3.6.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: infra
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-02 07:52:56 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Infra RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ondra Machacek 2015-08-20 14:05:18 UTC
It would be nice if output of ovirt-aaa-jdbc-tool will be either on stderr/stdout
/log_ouput and don't mix those three.

Comment 1 Martin Perina 2015-09-02 07:52:56 UTC
The aaa-jdbc output is correct:

 stdout
    - it's used for displaying output of the command (for example user details 
      in 'user show' command)
    - it's alos used for displaying successful result (for example 'User created 
      successfully' in 'user add' command)

 stderr
    - it's used for displaying error message of the executed command

 log output
    - it's used for additional information, mostly used for debugging purposes


AFAIK this is the same output style as we are currently using in other engine command line tools like engine-config or engine-manage-domains.