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

Choose a reason for hiding this comment

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

I am not sure here, it will not work if someone chooses to use default sync implementation. BTW I don't see any code for queues, so what is the point of this PR?

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