Skip to content

Conversation

@megham2908
Copy link
Contributor

Ticket: https://wearejh.atlassian.net/browse/JDTB-31

Description:
Save log detail with timestamp grabbed on event moment. Later, we will the sort the logger status table by timestamp.

bool $createIssue = true,
\Exception $exception = null
\Exception $exception = null,
\DateTime $timestamp = null
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These types are incorrect if null value is possible

<column xsi:type="varchar" name="identifier_label" nullable="true" length="20" comment="Identifier Label"/>
<column xsi:type="varchar" name="identifier_value" nullable="true" length="50" comment="Identifier Value"/>
<column xsi:type="timestamp" name="timestamp" nullable="false" default="CURRENT_TIMESTAMP" comment="Timestamp"/>
<column xsi:type="timestamp" name="timestamp" nullable="false" comment="Timestamp"/>
Copy link
Contributor

@bartoszkubicki bartoszkubicki Mar 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add all queue-related configuration and handling of timestamp - we have to make sure we are adding a correct one everytime we add a record to database

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.

3 participants