-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conflicting SysLogHandler in ocrd_logging.conf #68
Comments
Sounds like we got a problem with rsyslog not providing /dev/log anymore.
We do need logging though, I'll revert and try to get the true problem fixed... |
Ok, so the reason for this error is quite simple: you ran some OCR-D command before starting the syslog service (rsyslogd creates /dev/log). Do you still remember in what context you called |
Yes the context was calling |
Strange! It should rely on a rully initialised Manager (i.e. after having run startup.sh, which does up rsyslogd). Do you remember how the test identifies its Manager instance, does it echo |
yes, and as per ocrd_kitodo's |
Following error occurs when running
make test
The temporary solution was to replace the handler with a NullHandler.
ocrd_manager/ocrd_logging.conf
Lines 95 to 102 in df6cec1
The text was updated successfully, but these errors were encountered: