Bug 1178532 - ipsilon-server-install log omits essential messages
Summary: ipsilon-server-install log omits essential messages
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: ipsilon
Version: 21
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Patrick Uiterwijk
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-04 15:54 UTC by John Dennis
Modified: 2015-05-27 21:28 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-05-27 21:28:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description John Dennis 2015-01-04 15:54:39 UTC
There are many places in the python install code which look like this:

    print >> sys.stdout, msg,

Unfortunately these messages only go to the console and are not also included in the log file. If something goes wrong in the installation and you're trying to read the log file to trace what occurred the absence of these messages is a problem. It's as if only half the information is in the log file. A lot of the time the log file only contains a stacktrace from the failed operation but very little contextual information on what preceded the operation, you have to go back the terminal session and try to correlate the different output streams.

Comment 1 Rob Crittenden 2015-01-07 19:22:21 UTC
https://fedorahosted.org/ipsilon/ticket/35

Comment 2 Patrick Uiterwijk 2015-05-27 21:28:46 UTC
This has been fixed upsteam and is in the 1.0.0 release.


Note You need to log in before you can comment on or make changes to this bug.