Log wiki fedmsg messages to a file (temporarily, for debugging).

This commit is contained in:
Ralph Bean 2014-11-14 21:21:18 +00:00
parent 8cb065a803
commit 1926f2019a

View file

@ -184,6 +184,7 @@ function emit_message($subtopic, $message) {
}
$envelope = json_encode($message_obj);
wfErrorLog($envelope, '/var/tmp/wiki-fedmsg-messages.log' );
$queue->send($topic, ZMQ::MODE_SNDMORE);
$queue->send($envelope);
}