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.
- Host: GitHub
- URL: https://github.com/bigbluebutton/html5-log-cleaner
- Owner: bigbluebutton
- License: mit
- Created: 2019-08-14T14:46:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-14T15:05:49.000Z (almost 7 years ago)
- Last Synced: 2025-10-12T17:51:35.763Z (8 months ago)
- Language: Ruby
- Size: 1.95 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```