-
Notifications
You must be signed in to change notification settings - Fork 19
Disable instance name prefix in logs when running interactively #463
Conversation
olegrok
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi! Thanks for your patch. Consider several comments below.
Also please describe your changes in commit message - that you've done and why. Also it would be great to have some tests and changelog note.
Also please don't put any prefixes to your commit message title. The feature is not huge it will be merged as single commit: "allow to disable instance name prefix in logs" seems to be good enough.
|
Maybe we can persist this flag? See #460 |
Sorry, but do you have sufficient grounds for this? It seems reasonable for stateboard but we shouldn't persist each option in my opinion |
Let's discuss it in #460 |
dokshina
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good!
597e67b to
41cc7d0
Compare
|
Added |
Added
--no-log-prefixoption forcartridge startcommand to disable instance name prefix in logs when running interactively. Closes #373