Well Formed XML Log Output #123
Closed
Charity Kathure (CharityKathure)
started this conversation in
Ideas
Replies: 4 comments 1 reply
|
cc Anthony Nandaa (@profnandaa), Ian King'ori (@iankingori), bob sira (@bobsira) |
1 reply
0 replies
|
Did we have any discussions on the preamble tag that included the xml version, encoding and namespace? |
0 replies
|
Closing this discussion. The feature is available in Log Monitor Version 2.1.0 |
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:
All reactions