We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0c8dd + f507461 commit 83607e7Copy full SHA for 83607e7
1 file changed
receptor/entrypoints.py
@@ -41,6 +41,7 @@ async def node_keepalive():
41
42
def run_as_controller(config):
43
controller = Controller(config)
44
+ logger.info(f'Running as Receptor controller with ID: {controller.receptor.node_id}')
45
if config.controller_stats_enable:
46
logger.info(f'Starting stats on port {config.node_stats_port}')
47
start_http_server(config.controller_stats_port)
0 commit comments