mirror of
https://github.com/mainflux/mainflux.git
synced 2025-05-04 22:17:59 +08:00

* Adding an option to select log level Signed-off-by: Michael Finley <Michael.Finley@target.com> * making error default log level Signed-off-by: Michael Finley <Michael.Finley@target.com> * removing go-kit/levels and expanding levels wrapper Signed-off-by: Michael Finley <Michael.Finley@target.com> * refactoring test cases and using log.fatal Signed-off-by: Michael Finley <Michael.Finley@target.com> * logger.new no longer accpets enum and now accepts string for level Signed-off-by: Michael Finley <Michael.Finley@target.com> * level_test.go refactor to compare error Signed-off-by: Michael Finley <Michael.Finley@target.com> * Updating the ws README Signed-off-by: Michael Finley <Michael.Finley@target.com> * Adding log level for mqtt Adapter Signed-off-by: Michael Finley <Michael.Finley@target.com>
Writers
Writers provide an implementation of various message writers
.
Message writers are services that consume normalized (in SenML
format)
Mainflux messages and store them in specific data store.
Writers are optional services and are treated as a plugins. In order to run writer services, core services must be up and running. For more info on the platform core services with its dependencies, please check out the Docker Compose file.
For an in-depth explanation of the usage of writers
, as well as thorough
understanding of Mainflux, please check out the official documentation.