Skip to content

Commit 83607e7

Browse files
authored
Merge pull request #76 from psav/psav/debug_msg
Adding corresponding msg for controller debug for consistency
2 parents 3b0c8dd + f507461 commit 83607e7

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)