summaryrefslogtreecommitdiffstats
path: root/test/logfile_xml_msg.0
blob: 010dac64477f5681f743ed8ba7aea15a6afa856f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>