Skip to content

Commit f507461

Browse files
committed
Adding corresponding msg for controller debug for consistency
1 parent 782cc84 commit f507461

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

receptor/entrypoints.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ async def node_keepalive():
4141

4242
def run_as_controller(config):
4343
controller = Controller(config)
44+
logger.info(f'Running as Receptor controller with ID: {controller.receptor.node_id}')
4445
if config.controller_stats_enable:
4546
logger.info(f'Starting stats on port {config.node_stats_port}')
4647
start_http_server(config.controller_stats_port)

0 commit comments

Comments
 (0)