From 895bb433e0817d89d7433744503c2ec53052361c Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sun, 24 Nov 2024 21:09:04 -0500 Subject: [PATCH] add notes about logging levels to README (#66) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2ff0a8c..39aca23 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ proxy such as Nginx, haproxy, or Apache httpd. By default, the server allows all client IDs. To limit the accepted client IDs, such as when running a personal server, use `--allow-client-id `. +The server only logs errors by default. To add additional logging output, set +environment variable `RUST_LOG` to `info` to get a log message for every +request, or to `debug` to get more verbose debugging output. + ## Installation ### As container