Skip to content

Commit 261302e

Browse files
authored
Fix LogFileFormat
1 parent f46a954 commit 261302e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AppInstallerSharedLib/Public/AppInstallerLogging.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ namespace AppInstaller::Logging
103103
{
104104
// Default WinGet format: "<timestamp> <level> [channel] message"
105105
WinGet,
106-
// CCM/CMTrace-compatible format: <![LOG[message]LOG]!><time="HH:mm:ss.fff+###" date="MM-dd-YYYY" component="channel" context="" type="N" thread="TID" file="">
106+
// CCM/CMTrace-compatible format: "<![LOG[message]LOG]!><time="<time>" date="<date>" component="<channel>" context="" type="N" thread="<id>" file="">"
107107
CCM,
108108
};
109109

0 commit comments

Comments
 (0)