Cosmetics
Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
parent
f3fd689305
commit
7eb4c34ab1
|
@ -54,7 +54,7 @@ Apart from main `nodejs` Docker image, Mainflux also uses `mongo` Docker image (
|
|||
|
||||
This is why Mainflux uses [Docker Compose](https://docs.docker.com/compose/install/), to run both `nodejs` and `mongo` images at the same time and make a connection between them:
|
||||
```bash
|
||||
docker-compose up
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
### Documentation
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
var bunyan = require('bunyan');
|
||||
var log = bunyan.createLogger({name: "Mainflux"});
|
||||
|
||||
module.exports = log
|
||||
module.exports = log;
|
||||
|
|
Loading…
Reference in New Issue