Changeset 3188

Show
Ignore:
Timestamp:
06/13/07 18:24:27 (17 years ago)
Author:
jerome
Message:

Uses the stderr logging backend at startup, in case of early
failure (like permissions problem on the content of ~pykota/)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r3187 r3188  
    129129        """Initializes the command line tool.""" 
    130130        self.debug = True # in case of early failure 
     131        self.logger = logger.openLogger("stderr") 
    131132         
    132133        # did we drop priviledges ?