1. 02 Aug, 2003 2 commits
    • Chris McDonough's avatar
      Refactor start_zope function and add tests for its functionality. · 3e22d5de
      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.
      3e22d5de
    • Chris McDonough's avatar
      Don't try to optimize by checking for disabled and effective levels within the... · 027730b2
      Chris McDonough authored
      Don't try to optimize by checking for disabled and effective levels within the log method.  The logger's level may not be meaningful if this logger is configured with handlers that accept messages at a lower level than that of the logger itself.
      027730b2
  2. 01 Aug, 2003 3 commits
  3. 30 Jul, 2003 2 commits
  4. 28 Jul, 2003 6 commits
  5. 26 Jul, 2003 2 commits
  6. 25 Jul, 2003 3 commits
  7. 24 Jul, 2003 13 commits
  8. 23 Jul, 2003 2 commits
  9. 22 Jul, 2003 7 commits