Show additional data in debug log header
This commit is contained in:
parent
03874a788f
commit
689542a9b4
14 changed files with 278 additions and 89 deletions
|
@ -263,6 +263,8 @@ const dataInterface: ClientInterface = {
|
|||
insertJob,
|
||||
deleteJob,
|
||||
|
||||
getStatisticsForLogging,
|
||||
|
||||
// Test-only
|
||||
|
||||
_getAllMessages,
|
||||
|
@ -1638,3 +1640,7 @@ async function updateAllConversationColors(
|
|||
customColorData
|
||||
);
|
||||
}
|
||||
|
||||
function getStatisticsForLogging(): Promise<Record<string, string>> {
|
||||
return channels.getStatisticsForLogging();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue