From 0fe9958afea4495ccb3706ad5d7539d5a4453bb8 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Wed, 3 Dec 2025 08:51:24 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e79811..d0526a0 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ This works like `request.get`, with the addition of the postData parameter. Note | Name | Default | Notes | | ------------------ | ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- | | LOG_LEVEL | info | Verbosity of the logging. Use `LOG_LEVEL=debug` for more information. | -| LOG_FILE | none | Path to capture log to file. Example: `/config/flaresolver.log`. | +| LOG_FILE | none | Path to capture log to file. Example: `/config/flaresolverr.log`. | | LOG_HTML | false | Only for debugging. If `true` all HTML that passes through the proxy will be logged to the console in `debug` level. | | PROXY_URL | none | URL for proxy. Will be overwritten by `request` or `sessions` proxy, if used. Example: `http://127.0.0.1:8080`. | | PROXY_USERNAME | none | Username for proxy. Will be overwritten by `request` or `sessions` proxy, if used. Example: `testuser`. | @@ -335,3 +335,4 @@ to the file name of one of the adapters inside the `/captcha` directory. ## Related projects - C# implementation => https://github.com/FlareSolverr/FlareSolverrSharp +