Commit b71f600a authored by Boxiang Sun's avatar Boxiang Sun

What is the error_log

parent 2e5d250b
...@@ -172,7 +172,7 @@ class SoftwareRelease(SlapDocument): ...@@ -172,7 +172,7 @@ class SoftwareRelease(SlapDocument):
# Does not follow interface # Does not follow interface
logger.info('Boxiang debug: url: %s', self.getURI()) logger.info('Boxiang debug: url: %s', self.getURI())
logger.info('Boxiang debug: computer_id: %s', self.getComputerId()) logger.info('Boxiang debug: computer_id: %s', self.getComputerId())
logger.info('Boxiang debug: error_log: %s', error_log()) logger.info('Boxiang debug: error_log: %s', error_log)
a = str(self.getURI()) a = str(self.getURI())
self._connection_helper.POST('softwareReleaseError', data={ self._connection_helper.POST('softwareReleaseError', data={
'url': self.getURI(), 'url': self.getURI(),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment