Commit 1605f896 authored by Boxiang Sun's avatar Boxiang Sun

Remove the custom loggger

parent 0c41d529
......@@ -170,10 +170,9 @@ class SoftwareRelease(SlapDocument):
def error(self, error_log, logger=None):
try:
# Does not follow interface
logger.info('Boxiang debug: url: %s', self.getURI())
logger.info('Boxiang debug: computer_id: %s', self.getComputerId())
logger.info('Boxiang debug: error_log: %s', repr(error_log))
a = repr(error_log)
# logger.info('Boxiang debug: url: %s', self.getURI())
# logger.info('Boxiang debug: computer_id: %s', self.getComputerId())
# logger.info('Boxiang debug: error_log: %s', repr(error_log))
self._connection_helper.POST('softwareReleaseError', data={
'url': self.getURI(),
'computer_id': self.getComputerId(),
......
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