Difference between revisions of "Tracing soap calls in Zimbra"
Line 4: | Line 4: | ||
=Tracing soap calls in Zimbra= | =Tracing soap calls in Zimbra= | ||
<hr> | <hr> | ||
− | {{KB|{{ZC}}|{{ZCS 8.8 | + | {{KB|{{ZC}}|{{ZCS 8.8}}||||}} |
{{WIP}} | {{WIP}} | ||
Line 30: | Line 30: | ||
+ | {{SubmittedBy| Shashank Tewari}} | ||
− | |||
− | |||
− | |||
− | {{Article Footer|ZCS 8.8 | + | {{Article Footer|ZCS 8.8|2020-04-13}} |
Revision as of 20:35, 28 April 2020
Tracing soap calls in Zimbra
Problem
How do we trace soap requests and responses in Zimbra for a single user?
Solution
All the soap requests and responses are recorded in the /opt/zimbra/log/mailbox.log file. However by default the logging is at a minimum, so increasing the logging may be helpful as well in this case.
To increase it for a single user, run :
zmprov aal user@example.com zimbra.soap trace
To remove these, run :
zmprov ral user@example.com
This will reset all the logging for that account to the default values.
The zimbra.soap trace logging gives the entire request and response.
Submitted by: Shashank Tewari |