diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 17:44:55 +0000 |
commit | 5068d34c08f951a7ea6257d305a1627b09a95817 (patch) | |
tree | 08213e2be853396a3b07ce15dbe222644dcd9a89 /test/logfile_xml_msg.0 | |
parent | Initial commit. (diff) | |
download | lnav-5068d34c08f951a7ea6257d305a1627b09a95817.tar.xz lnav-5068d34c08f951a7ea6257d305a1627b09a95817.zip |
Adding upstream version 0.11.1.upstream/0.11.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/logfile_xml_msg.0')
-rw-r--r-- | test/logfile_xml_msg.0 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/test/logfile_xml_msg.0 b/test/logfile_xml_msg.0 new file mode 100644 index 0000000..010dac6 --- /dev/null +++ b/test/logfile_xml_msg.0 @@ -0,0 +1,36 @@ +[2020-12-10 06:56:41,061] INFO [m:108] Calling 'x' with params: + +[2020-12-10 06:56:41,092] DEBUG [connect.client:69] Full request text: +<?xml version='1.0' encoding='iso-8859-2'?> +<a-request> + <head> + x + </head> + <source> + x + </source> + <request id="1"> + <name> + x + </name> + </request> +</a-request> + +[2020-12-10 06:56:41,099] DEBUG [m:85] Full reply text: +<?xml version='1.0' encoding='iso-8859-2'?> +<a-reply> + <head> + x + </head> + <reply id="2"> + <status> + <result>OK</result> + </status> + <name> + x + </name> + </reply> + <technical-track> + x + </technical-track> +</a-reply> |