#449 Recovered: ipsilon-server-install log omits essential messages
Closed: Fixed by t0xic0der. Opened by t0xic0der.

https://bugzilla.redhat.com/show_bug.cgi?id=1178532

John Dennis 2015-01-04 10:54:39 EST

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.


This issue ticket was originally removed from the tracker as it clashed with the pull request.
See upstream ticket for migration details.


Metadata Update from @t0xic0der:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata