Difference between revisions of "Tracing soap calls in Zimbra"
Line 1: | Line 1: | ||
− | == | + | {{BC|Certified}} |
+ | __FORCETOC__ | ||
+ | <div class="col-md-12 ibox-content"> | ||
+ | =Tracing soap calls in Zimbra= | ||
<hr> | <hr> | ||
− | + | {{KB|{{ZC}}|{{ZCS 8.8.15}}||||}} | |
− | + | {{WIP}} | |
+ | |||
+ | |||
+ | |||
+ | ====Problem==== | ||
How do we trace soap requests and responses in Zimbra for a single user? | 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. | + | 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. | However by default the logging is at a minimum, so increasing the logging may be helpful as well in this case. | ||
Line 24: | Line 31: | ||
+ | {| class="wikitable" style="background-color:#d0f0c0;" cellpadding="10" | ||
+ | |'''Submitted by''': Shashank Tewari | ||
+ | |} | ||
− | + | {{Article Footer|ZCS 8.8.15|2020-04-13}} |
Revision as of 14:06, 27 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 |