Cosmetics

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2015-12-06 19:41:46 +01:00
parent f3fd689305
commit 7eb4c34ab1
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
var bunyan = require('bunyan');
var log = bunyan.createLogger({name: "Mainflux"});
module.exports = log
module.exports = log;