Hi all:
With the objective of making the anaconda code more readable and smaller, I have conjured up a patch that takes away all those "import logging" lines from the code. Since that is a module that is used a lot I simply put it in the __builtin__ as log and stdoutlog. It works nicely on my test machine. Comments would be appreciated!!!
Regards.
PD: This patch would be accompanied with some wiki documentation that helps to understand the log stuff.
On Fri, 02 Nov 2007 18:04:22 +0100 Joel Andres Granados jgranado@redhat.com wrote:
With the objective of making the anaconda code more readable and smaller, I have conjured up a patch that takes away all those "import logging" lines from the code. Since that is a module that is used a lot I simply put it in the __builtin__ as log and stdoutlog. It works nicely on my test machine. Comments would be appreciated!!!
But this won't use the anaconda logging module, which is there to handle logging to multiple destinations.
anaconda-devel@lists.fedoraproject.org