ElementalAlchemist / txircd

Modular IRCd built using Twisted. Made to be extremely customizable.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No handlers could be found for logger "twisted"

Heufneutje opened this issue · comments

Logging fails until it gets to the point where the port binding happens. This means that all warnings and errors that occur during module loading are swallowed.

This seems to be an issue on my part. I was missing pbkdf2 and I never noticed.

EDIT: Disregard that. It fixed the issue on my local dev environment but it still happens on my server. There has to be something I'm missing.

Now that we're using Twisted's new logging framework, this problem is finally solved.