JS LogFlush Manager
This is an example of log storage manager for JS LogFlush.
Note: Demo has some differences from this repository:
- Authentication. Use these credentials to log in:
demo/demo
. - Config options are only accessible in read-only mode, except
app_urls
option which has separate view. - Number of web app urls (stored in
app_urls
option) is limited to 3 (newer items shifts older).
How to use
Plug JS LogFlush processing script into your web application by following README instructions, register the latter in the manager by entering its URL in the "New web app" field and you can watch and manage all the data logged (by console.log calls) in your web app.