diff options
author | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-09-18 16:13:15 +0000 |
---|---|---|
committer | The Arcane Brony <myrainbowdash949@gmail.com> | 2021-09-18 18:13:15 +0200 |
commit | c3fca1c02fb79a4f2daf57469fb42f12224f65fe (patch) | |
tree | b9f46a810e0481c48919305fc5522c29deda6338 /api/src | |
parent | Merge pull request #374 from TheArcaneBrony/dummy-connections-endpoint (diff) | |
download | server-c3fca1c02fb79a4f2daf57469fb42f12224f65fe.tar.xz |
Add request logging (with env var: log-requests)
Request logging is enabled when the log-request environment variable is set.
Diffstat (limited to 'api/src')
-rw-r--r-- | api/src/Server.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api/src/Server.ts b/api/src/Server.ts |