Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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