An open API service indexing awesome lists of open source software.

https://github.com/bigbluebutton/html5-log-cleaner

Cleans up html5 client log.
https://github.com/bigbluebutton/html5-log-cleaner

Last synced: 8 months ago
JSON representation

Cleans up html5 client log.

Awesome Lists containing this project

README

          

This cleans the html5 client logs by removing the escaping doe by nginx.

To run sending output to STDOUT

```
./html5-log-cleaner.rb testdata/jul-23-html5-client.log.1
```

Sending output to file. Make sure the directory is present.

```
LOG_PATH=log/foo.log ./html5-log-cleaner.rb testdata/jul-23-html5-client.log.1
```