An API for developers to log and manage their application logs.
* The authorization header is called LogIt-Authorization and it uses JWT tokens
- JWT Authentication from
LogIt-Authorizationheader - Advanced search with regex, date and other filters
- Bulk Logging for batching log submissions
- Export Logs in JSON or CSV
- IP blacklist per dev key
- Discord webhook support
Full API documentation @ https://logit.arvoe.co
Clone the repository & install the requirements
git clone https://github.com/c2y5/Log-It
cd Log-It
pip install -r requirements.txtConfigure .env
- Copy the contents of
.env.exampleand create a file.envin ./api folder - Set the
MONGO_URIto your MongoDB Atlas URI - Update
JWT_SECRETto a random string
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to submit issues or pull requests! Suggestions to improve Log-It are very welcome.
