Skip to content

Commit

Permalink
chore(backend): Add docs for logs control
Browse files Browse the repository at this point in the history
  • Loading branch information
Grohden committed Aug 2, 2020
1 parent 0d6f2a1 commit 4236092
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4236092

Please sign in to comment.