Skip to content

Instantly share code, notes, and snippets.

@ravikant-pal
Created July 13, 2025 11:59
Show Gist options
  • Save ravikant-pal/6f76bbd9912f0c6768663efe7e70a428 to your computer and use it in GitHub Desktop.
Save ravikant-pal/6f76bbd9912f0c6768663efe7e70a428 to your computer and use it in GitHub Desktop.
App Logs
2025-07-13 10:12:05 INFO Starting application...
2025-07-13 10:12:06 DEBUG Initializing configuration
2025-07-13 10:12:07 INFO Configuration loaded successfully
2025-07-13 10:12:09 WARN Cache system slow to respond
2025-07-13 10:12:10 ERROR Failed to connect to database
2025-07-13 10:12:11 DEBUG Retrying database connection
2025-07-13 10:12:13 INFO Connected to database after retry
2025-07-13 10:12:15 INFO Handling request /api/user/123
2025-07-13 10:12:16 ERROR Timeout while querying user data
2025-07-13 10:12:18 INFO Response sent to client: 504 Gateway Timeout
2025-07-13 10:12:20 DEBUG Cleaning up resources
2025-07-13 10:12:22 INFO Application shutdown complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment