Synchronization steps: Difference between revisions

Jump to navigation Jump to search
Line 78: Line 78:


=== Example log files ===
=== Example log files ===
Standard log
 
==== Standard log ====


<syntaxhighlight lang="xml">
<syntaxhighlight lang="xml">
Line 86: Line 87:
</syntaxhighlight>
</syntaxhighlight>


Detailed log
==== Detailed log ====


<syntaxhighlight  lang="xml">
<syntaxhighlight  lang="xml">
Line 107: Line 108:
<UploadSync> Entitys=969ms Sent=3 SvrCalls=1 TotalTim=969</UploadSync>
<UploadSync> Entitys=969ms Sent=3 SvrCalls=1 TotalTim=969</UploadSync>
</syntaxhighlight>
</syntaxhighlight>
==== Detailed log with [[file column]] operations ====
<syntaxhighlight  lang="XML">
      <Upload entity=account>
              account PrepareFileActions=122ms
              1> Update account[JohnV, 10407f42-2cfe-4ce5-87b2-e1ee9df1b338]
              2> Update account[JaneQ, 8ed4e5c5-2e4c-4841-ac33-357dbb000e09]
              MultiSend> 2 packets in 9828ms
              DeleteFile account[JohnV, 10407f42-2cfe-4ce5-87b2-e1ee9df1b338].cr180_filetypecolumn1 - 2ae404fe-7e0f-ee11-8f6d-6045bd8958b2 -> 5360ms
              UploadFile account[JohnV, 10407f42-2cfe-4ce5-87b2-e1ee9df1b338].cr180_filetypecolumn3 - 5.txt -> 672ms
              ClearLog 10407f42-2cfe-4ce5-87b2-e1ee9df1b338
      </Upload>
</syntaxhighlight>
Note: PrepareFileActions line represents an extra web request needed for file deletes. The line is omitted if this action is not needed or when the server request processes very fast. (Less than 100ms right now.)


== Customization ==
== Customization ==

Navigation menu