Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/logging Adding logging functionality to the application #17

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

harshil15999
Copy link

  1. General logging: Only important information (INFO, WARN, ERROR, and FATAL) is logged by default.
  2. Detailed web request/response logs: You'll have more details about web interactions.
  3. Focused Hibernate logging: You'll get warnings about potential Hibernate issues and detailed SQL statements for debugging database interactions, but exceptions are strictly logged as errors.
  4. Centralized logging: All log messages are written to a single file ("application.log") in the "logs/" directory.
  5. File rotation: The log file size is capped at 10MB, preventing excessive disk usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant