You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,9 @@ The server will return a response with the specified status code.
74
74
-`-e BOTVIEW_BLOCK_URLS_REGEX=""` - Comma or space separated list of regular expressions to block URLs, default empty.
75
75
Example: `".*\.ads\..*,.*tracking.*"` will block URLs containing ".ads." or "tracking" anywhere in the URL.
76
76
77
+
-`-e BOTVIEW_LOG_LEVEL=info` - Log level for the application, default "info".
78
+
Available levels: `trace`, `debug`, `info`, `warn`, `error`, `fatal`.
79
+
77
80
## Troubleshooting Timeout Issues
78
81
79
82
If you encounter timeout errors during prerendering, it's usually caused by "leaked requests" - network requests that don't complete properly and prevent the page from finishing loading.
process.env.BOTVIEW_BLOCK_MEDIA||="true";// true to block media
11
13
process.env.BOTVIEW_BLOCK_URLS||="https://an.yandex.ru, https://mc.yandex.ru";// comma or space separated list of urls to block (URL-encoding is optional)
12
14
process.env.BOTVIEW_BLOCK_URLS_REGEX||="";// comma or space separated list of regexes to block (URL-encoding is optional)
0 commit comments