1. 02 Aug, 2003 2 commits
    • Chris McDonough's avatar
      Refactor start_zope function and add tests for its functionality. · 1e7306d4
      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.
      1e7306d4
    • Chris McDonough's avatar
      Don't try to optimize by checking for disabled and effective levels within the... · 4c22a803
      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.
      
      4c22a803
  2. 30 Jul, 2003 1 commit
  3. 28 Jul, 2003 2 commits
  4. 15 Jul, 2003 1 commit
    • Tres Seaver's avatar
      · 179cc21b
      Tres Seaver authored
        - Make ZEO server actually startable.  Note that the ZConfig option
          for the authentication database is named 'database', while the
          equivalent argument to the StorageServer initializer is called
          'filename':  "One of these things just doesn't belong!"
      179cc21b
  5. 10 Jul, 2003 4 commits
  6. 09 Jul, 2003 1 commit
  7. 03 Jul, 2003 1 commit
  8. 01 Jul, 2003 2 commits
  9. 30 Jun, 2003 1 commit
  10. 24 Jun, 2003 3 commits
  11. 20 Jun, 2003 1 commit
  12. 19 Jun, 2003 1 commit
  13. 18 Jun, 2003 1 commit
  14. 16 Jun, 2003 19 commits