diff --git a/README.md b/README.md index 9d5dbcf..be3e160 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ All you have to do is add it to the docker-compose file or run it afterwords wit docker run --network="thesis_playground-net" --log-driver=fluentd --log-opt tag="mongo.node3" -p 3003:3001 dummyservice ``` -You will need to mention a tag as "mongo.whateveryouwant" to be able to see your logs. If your service is a **mongoDB**, a **nodejs** app, or a **redis** you can pick the right tag so you can see your logs. Tags that are already known to the app are "mongo.node", "mongo.redis", "mongo.mongo" +You will need to mention a tag as "mongo.whateveryouwant" to be able to see your logs. If your service is a **mongoDB**, a **nodejs** app, or a **redis** you can pick the right tag so you can see your logs. Tags that are already known to the app are "mongo.node", "mongo.redis", "mongo.mongodb" ## IMPORTANT if you run this localy. diff --git a/docker-compose.yml b/docker-compose.yml index f005bcd..2d2c3d2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -86,7 +86,7 @@ services: # volumes: # fluent: -# readmongo: +# readmongo: # dummy: networks: diff --git a/playground-client b/playground-client index 5353539..3b32a00 160000 --- a/playground-client +++ b/playground-client @@ -1 +1 @@ -Subproject commit 53535393fbb2601591afcc54393c9bf9e156285c +Subproject commit 3b32a00f03e47c5eea969c0f1063e1d132a4d2c7 diff --git a/readmongo b/readmongo index b1d8787..b1c8dd3 160000 --- a/readmongo +++ b/readmongo @@ -1 +1 @@ -Subproject commit b1d8787313d329040c59d605ffda4dc9456ff160 +Subproject commit b1c8dd3319447e61b30a6f4998252db46ac85ca1