shibdib / Dramiel

EVE Discord Bot
MIT License
42 stars 26 forks source link

twisted.out.log write delay #227

Closed homebrewhops closed 7 years ago

homebrewhops commented 7 years ago

tail-f /var/dramiel/log/twisted.out.log

12:59:42 Pong: <iq xmlns='jabber:client' to='xmpp.local' type='result' id='830-2405345'/>
13:02:12 Got a ping: <iq xmlns='jabber:client' from='xmpp.local' type='get' id='443-2405480' to='jack@xmpp.local/b2mt67tnra'><ping xmlns='urn:xmpp:ping'/></iq>
13:02:12 Pong: <iq xmlns='jabber:client' to='xmpp.local' type='result' id='443-2405480'/>
13:04:43 Got a ping: <iq xmlns='jabber:client' from='xmpp.local' type='get' id='73-2405633' to='jack@xmpp.local/b2mt67tnra'><ping xmlns='urn:xmpp:ping'/></iq>
13:04:43 Pong: <iq xmlns='jabber:client' to='xmpp.local' type='result' id='73-2405633'/>
13:07:13 Got a ping: <iq xmlns='jabber:client' from='xmpp.local' type='get' id='423-2405784' to='jack@xmpp.local/b2mt67tnra'><ping xmlns='urn:xmpp:p

The log file is cut off at <ping xmlns='urn:xmpp:p

The twisted bot appears to be functioning correctly except for logging.

shibdib commented 7 years ago

Not sure this is something I can fix as I'm not the twisted dev