Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couchbaselabs/couchbase-mobile-tools
A repo for hosting both supported and unsupported tools made by Couchbase
https://github.com/couchbaselabs/couchbase-mobile-tools
Last synced: 1 day ago
JSON representation
A repo for hosting both supported and unsupported tools made by Couchbase
- Host: GitHub
- URL: https://github.com/couchbaselabs/couchbase-mobile-tools
- Owner: couchbaselabs
- License: apache-2.0
- Created: 2018-08-25T04:37:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T23:26:16.000Z (7 days ago)
- Last Synced: 2024-12-21T00:25:12.281Z (7 days ago)
- Language: C++
- Homepage:
- Size: 12.8 MB
- Stars: 41
- Watchers: 15
- Forks: 61
- Open Issues: 2
-
Metadata Files:
- Readme: README.cbl-log.md
- License: LICENSE
Awesome Lists containing this project
README
# The `cbl-log` Tool
`cbl-log` is a command-line tool for decoding logs generated by LiteCore (or Couchbase Lite).
For build instructions, see [BUILDING.md](BUILDING.md).
## Features
| Command | Purpose |
|----------------|---------|
| `cbl-log help` | Display help text |
| `cbl-log logcat` | Converts a binary log file to text and writes it to stdout or the given output path |[This script](https://gist.github.com/pkjvit/ef84a88b6a61b01291638f1c815f4af3) can convert multiple cbllog files at once.