• Chris McDonough's avatar
    Refactor start_zope function and add tests for its functionality. · c219b65a
    Chris McDonough authored
    Changes:
    
     - startup log handler now pays attention to the logging levels of
       the handlers defined within the config file and uses the "lowest"
       level to log messages to stdout during startup.
    
     - entirely removed warning when the starting user's umask is "too
       permissive".  it wasn't clear that it added any value under normal
       operations.
    
     - replaced ancient setuid code with code stolen from zdaemon that
       works the same but looks nicer.
    c219b65a
datatypes.py 7.01 KB