-
Notifications
You must be signed in to change notification settings - Fork 671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOISSUE - Use log level error for VermeMQ docker #1162
Conversation
Signed-off-by: Manuel Imperiale <[email protected]>
Codecov Report
@@ Coverage Diff @@
## master #1162 +/- ##
=======================================
Coverage 74.25% 74.25%
=======================================
Files 102 102
Lines 6835 6835
=======================================
Hits 5075 5075
Misses 1409 1409
Partials 351 351 Continue to review full report at Codecov.
|
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.
LGTM
Signed-off-by: Manuel Imperiale <[email protected]>
@@ -208,8 +208,8 @@ services: | |||
container_name: mainflux-vernemq | |||
restart: on-failure | |||
environment: | |||
DOCKER_VERNEMQ_ALLOW_ANONYMOUS: "on" | |||
DOCKER_VERNEMQ_LOG__CONSOLE__LEVEL: error | |||
DOCKER_VERNEMQ_ALLOW_ANONYMOUS: ${MF_DOCKER_VERNEMQ_ALLOW_ANONYMOUS} |
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.
Would ommiting ""
here create problem? I guess not, just asking if this was tested?
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.
AFAIK for docker-compose it's the same. But I didn't deeply tested.
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.
This will never be off
because Manflux doesn't use Broker authentication. IMHO no need for env var.
Signed-off-by: Manuel Imperiale <[email protected]>
Signed-off-by: Manuel Imperiale <[email protected]>
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.
LGTM
* NOISSUE - Use log level error for VermeMQ docker Signed-off-by: Manuel Imperiale <[email protected]> * Add vermemq ENVARS Signed-off-by: Manuel Imperiale <[email protected]> * Remove DOCKER_VERNEMQ_ALLOW_ANONYMOUS from docker-compose Signed-off-by: Manuel Imperiale <[email protected]> * Revert DOCKER_VERNEMQ_ALLOW_ANONYMOUS Signed-off-by: Manuel Imperiale <[email protected]>
Signed-off-by: Manuel Imperiale [email protected]