Skip to content

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

1 participant