Well Formed XML Log Output #123
Closed
CharityKathure
started this conversation in
Ideas
Replies: 4 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
-
|
cc @nelljerram, @lucillex |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Did we have any discussions on the preamble tag that included the xml version, encoding and namespace? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Closing this discussion. The feature is available in Log Monitor Version 2.1.0 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Going forward, users will be able to choose between displaying windows container logs in JSON or XML. To view the implementation, refer to this branch: https://github.com/microsoft/windows-container-tools/tree/v2/main-xml
The legacy XML output is not well formed. i.e. (Event Log):
For the XML output to be well formed, it needs to have a root element.
Proposed XML format:
Introducing a new root element
<log>to the current format.Event Log:
ETW Log:
Process Log:
File Log:
Beta Was this translation helpful? Give feedback.
All reactions