[Zope] Zlogger probs
marc lindahl
marc@bowery.com
Wed, 19 Sep 2001 14:34:27 -0400
I'm running zope as user 'zope' which is basically the same as 'nobody' and
get this exception when trying to use the logger:
2001-09-19T18:12:29 PANIC(300) z2 Startup exception
Traceback (innermost last):
File /usr/local/zope/Zope-2.3.3/z2.py, line 563, in ?
File /usr/local/zope/Zope-2.3.3/ZServer/DebugLogger.py, line 114, in
__init__
IOError: [Errno 6] No such device or address: '/dev/log'
Any ideas? Is it a permission problem? I can see /dev/log if I 'ls' it.