The log file /var/log/bigbluebutton/post_archive.log is hard to work with, because some entries contain newlines.
Here we have an explicit newline but also dublincore.to_s is a multi-line string. Similar problem with the output of response.
In BigBlueButton.logger.info( "Mediapackage: \n" + mediapackage) just removing \n should be enough.
Another simple one.
The log file
/var/log/bigbluebutton/post_archive.logis hard to work with, because some entries contain newlines.Here we have an explicit newline but also
dublincore.to_sis a multi-line string. Similar problem with the output ofresponse.In
BigBlueButton.logger.info( "Mediapackage: \n" + mediapackage)just removing\nshould be enough.Another simple one.