Skip to content

Commit

Permalink
Merge "Provide log debug api for common config"
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Feb 3, 2016
2 parents 8872016 + 07a4973 commit b9f5735
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/svc-monitor/svc_monitor/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ def log_info(self, log_msg):
def log_debug(self, log_msg):
self.log(log_msg, level=SandeshLevel.SYS_DEBUG)

def debug(self, log_msg):
self.log_debug(log_msg)

def api_conn_status_update(self, status, msg=None):
ConnectionState.update(conn_type=ConnType.APISERVER,
name='ApiServer', status=status, message=msg,
Expand Down

0 comments on commit b9f5735

Please sign in to comment.