Skip to content

feat: set command name explicitly and use it instead of the sequence number in the output#94

Open
vgarvardt wants to merge 2 commits intocespare:mainfrom
vgarvardt:feat/command-name
Open

feat: set command name explicitly and use it instead of the sequence number in the output#94
vgarvardt wants to merge 2 commits intocespare:mainfrom
vgarvardt:feat/command-name

Conversation

@vgarvardt
Copy link

Makes the output easier to read when reflex is managing several services, especially when there are several reflexes running concurrently with several services in each, so instead of

[00] hello log message
[00] hello again
[01] and also hello from me
[01] and goodbye from me

it is going to be something like

[web-server] hello log message
[web-server] hello again
[data-consumer] and also hello from me
[data-consumer] and goodbye from me

@jcmuller
Copy link

You could add the name for the configuration to the verbose output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants