From 423609236b0f45a1753c2868b2c1f8efe18239db Mon Sep 17 00:00:00 2001 From: Gabriel Rohden Date: Sun, 2 Aug 2020 13:02:14 -0300 Subject: [PATCH] chore(backend): Add docs for logs control --- backend/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/backend/README.md b/backend/README.md index 59c8c7a..12487a1 100644 --- a/backend/README.md +++ b/backend/README.md @@ -20,6 +20,14 @@ Once you have correct env variables on your path run: And you will have the tagger app ready at [http://localhost:8080](http://localhost:8080). +### Logs + +Almost all logs are disabled by default, you can enable +them by changing `resources/application.conf` `environment` entry +to `dev`. + +A more fine grained control can be achieved by editing `logback.xml` + ### Unit Testing Once you have correct env variables on your path run: