Skip to content

Commit

Permalink
[ADD] checklog-odoo - update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
baimont committed Oct 13, 2023
1 parent cf444c0 commit 9524152
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
<!--- shortdesc-begin -->

Check if an odoo log file contains error, with the possibility to ignore some errors based on regular expressions.
Replaces acsoo checklog (https://github.com/acsone/acsoo#id5).

<!--- shortdesc-end -->

**Table of Contents**

- [Installation](#installation)
- [Features](#features)
- [License](#license)

## Installation
Expand All @@ -22,6 +24,14 @@ Check if an odoo log file contains error, with the possibility to ignore some er
pip install checklog-odoo
```

## Features

```console
checklog-odoo odoo.log
unbuffer odoo -d mydb -i base --stop-after-init | checklog-odoo
checklog-odoo --ignore "WARNING.*blah" odoo.log
```

## License

`checklog-odoo` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

0 comments on commit 9524152

Please sign in to comment.