Skip to content

Add timestamps to query log messages#11

Merged
Joxx0r merged 1 commit intomainfrom
feature/add-timestamps-to-query-logs
Feb 5, 2026
Merged

Add timestamps to query log messages#11
Joxx0r merged 1 commit intomainfrom
feature/add-timestamps-to-query-logs

Conversation

@Joxx0r
Copy link
Collaborator

@Joxx0r Joxx0r commented Feb 5, 2026

Summary

  • Add ISO 8601 timestamps to query-related log messages ([API], [DB], [Stats] prefixes)
  • Helps with debugging and correlating log events

Example output

[2026-02-05T14:30:45.123Z] [API] GET /find-type?name=AActor — 125.3ms (200)
[2026-02-05T14:30:45.250Z] [DB] findTypeByName("AActor") — 150.2ms

Test plan

  • Start the service and verify timestamps appear in console output
  • Trigger a slow query (>100ms) to verify [DB] timestamps

🤖 Generated with Claude Code

Add ISO 8601 timestamps to [API], [DB], and [Stats] log prefixes
to help with debugging and correlating log events.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@Joxx0r Joxx0r merged commit fbe4cbd into main Feb 5, 2026
1 check passed
@github-actions
Copy link

github-actions bot commented Feb 5, 2026

@claude Please review this PR. Focus on:

  • Code quality and potential bugs
  • Security issues
  • Test coverage
  • Documentation completeness

Use the opus model for thorough analysis.

@Joxx0r Joxx0r deleted the feature/add-timestamps-to-query-logs branch February 5, 2026 13:49
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