Created
April 7, 2010 23:45
-
-
Save DBA/359587 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<LogEntry> | |
<internal_mongo_document_id>4bbc50ce9ebea401a3000006</internal_mongo_document_id> | |
<internal_mongo_document_type>LogEntry</internal_mongo_document_type> | |
<created_at type="Time">2010-04-07 10:30:54 +0100</created_at> | |
<updated_at type="Time">2010-04-08 00:08:09 +0100</updated_at> | |
<app_key type="String">oi</app_key> | |
<level type="String">INFO</level> | |
<event_id type="String"></event_id> | |
<message type="String"></message> | |
<data> | |
<field1>xpto</field1> | |
<field2 type="integer">123</field2> | |
<field3> | |
<sub-field1 type="integer">123</sub-field1> | |
<sub-field2>sub</sub-field2> | |
</field3> | |
</data> | |
<more_data type="Array"> | |
<value>hello</value> | |
<value>world</value> | |
</more_data> | |
</LogEntry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment