-
-
Notifications
You must be signed in to change notification settings - Fork 274
Logs
Akram El Assas edited this page Feb 11, 2025
·
3 revisions
The system maintains logs for all API requests and errors to provide transparency and assist with debugging, performance monitoring, and troubleshooting.
-
All Logs: All general API logs are written in the file located at
./api/logs/all.log
: This log focuses on capturing detailed information about the API. -
Error Logs: All API errors are logged in the file located at
./api/logs/error.log
: This log focuses on capturing error events that may require immediate attention. It helps in identifying and resolving issues quickly by tracking error codes, stack traces, and relevant request information.
Copyright © Akram El Assas. All rights reserved.
- Overview
- Software Architecture
- Install Guide (Self-hosted)
- Install Guide (Docker)
- Free SSL Setup Guide
- Setup Sentry
- Rental Date and Time Constraints
- Payment Gateways
- Setup Stripe
- Social Login Setup Guide
- Build Mobile App
- Demo Database
- Run from Source
- Run from Source (Docker)
- Run Mobile App
- Fork, Customize, and Sync
- Locations
- Auto‐Notification System
- Price Calculation
- Supplier Contracts
- Add New Language
- Add New Currency
- Logs
- Testing
- FAQ
- Release Notes
- Contribution Guide
- Code of Conduct