Skip to content

Commit

Permalink
docs: update README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
venki91 committed Sep 20, 2024
1 parent c376d8d commit 4e45a35
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,20 @@ A Node.js app using Errsole Logger can handle 90,000 more requests per minute th

## Setup

* [Errsole with SQLite for File-Based Log Storage](https://github.com/errsole/errsole.js/blob/master/docs/sqlite-storage.md)
### File-based Logging

* [Errsole with SQLite](https://github.com/errsole/errsole.js/blob/master/docs/sqlite-storage.md)

### Centralized Logging

* [Errsole with MongoDB](https://github.com/errsole/errsole.js/blob/master/docs/mongodb-storage.md)
* [Errsole with MySQL](https://github.com/errsole/errsole.js/blob/master/docs/mysql-storage.md)
* [Errsole with PostgreSQL](https://github.com/errsole/errsole.js/blob/master/docs/postgresql-storage.md)
* [Errsole with MariaDB](https://github.com/errsole/errsole.js/blob/master/docs/mariadb-storage.md)
* [Errsole with OracleDB](https://github.com/errsole/errsole.js/blob/master/docs/oracledb-storage.md)

### Advanced Configuration

* [Advanced Configuration](https://github.com/errsole/errsole.js/blob/master/docs/advanced-configuration.md)

## Web Dashboard Access
Expand Down

0 comments on commit 4e45a35

Please sign in to comment.