Skip to content

Commit 7d241d8

Browse files
docs: logging (#111)
1 parent 26a5a3f commit 7d241d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,7 @@ Also, if the name or owner of the repository is changed, be sure to reflect this
127127
The source code is written in English, but the web itself is in Czech. This is possible by using `ngx-translate` package. All texts (except a few exceptions) are saved inside `src/assets/cs.json`.
128128

129129
The routes are also translated by using `fileReplacements` inside `angular.json` file. Raw values can be found inside `src/routes/`.
130+
131+
## 8 Logging
132+
133+
You can find the logs of all HTTP requests (and other events like incorrect password, cheating) including the IP address and the ID of the user making the request in `/var/log/gunicorn/naskoc-backend.log`.

0 commit comments

Comments
 (0)