فهرست منبع

Report which RPC interfaces are initialized during startup.

Chris McDonough 18 سال پیش
والد
کامیت
f8ec9bd2c8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/supervisor/http.py

+ 1 - 0
src/supervisor/http.py

@@ -761,6 +761,7 @@ def make_http_server(options, supervisord):
             import traceback; traceback.print_exc()
             raise ValueError('Could not make %s rpc interface' % name)
         subinterfaces.append((name, inst))
+        options.logger.info('RPC interface %r initialized' % name)
         
     subinterfaces.append(('system', SystemNamespaceRPCInterface(subinterfaces)))
     xmlrpchandler = supervisor_xmlrpc_handler(supervisord, subinterfaces)