Changeset 5612


Ignore:
Timestamp:
08/28/14 11:47:40 (10 years ago)
Author:
Menzo Windhouwer
Message:

M dc-scope.acc
M lock.acc

  • added some more debugging options
Location:
cats/ISOcat/trunk/mod-ISOcat-interface-rest/interface
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cats/ISOcat/trunk/mod-ISOcat-interface-rest/interface/dc-scope.acc

    r2029 r5612  
    6565                        </then>
    6666                </if>
    67                 <choose>
     67            <accessor-debug>
     68                <instr>
     69                    <type>log</type>
     70                    <operand>var:credentials</operand>
     71                </instr>
     72                <instr>
     73                    <type>log</type>
     74                    <operand>var:method</operand>
     75                </instr>
     76                <instr>
     77                    <type>log</type>
     78                    <operand>var:dc</operand>
     79                </instr>
     80            </accessor-debug>
     81            <choose>
    6882                        <cond>
    6983                                <instr>
     
    193207                        </else>
    194208                </choose>
     209            <accessor-debug>
     210                <instr>
     211                    <type>log</type>
     212                    <operand>this:response</operand>
     213                </instr>
     214            </accessor-debug>
    195215        </idoc>
    196216        <exception>
  • cats/ISOcat/trunk/mod-ISOcat-interface-rest/interface/lock.acc

    r3447 r5612  
    9494                        </else>
    9595                </choose>
     96            <accessor-debug>
     97                <instr>
     98                    <type>log</type>
     99                    <operand>var:user</operand>
     100                </instr>
     101                <instr>
     102                    <type>log</type>
     103                    <operand>var:session</operand>
     104                </instr>
     105                <instr>
     106                    <type>log</type>
     107                    <operand>var:method</operand>
     108                </instr>
     109                <instr>
     110                    <type>log</type>
     111                    <operand>var:lock</operand>
     112                </instr>
     113                <instr>
     114                    <type>log</type>
     115                    <operand>var:type</operand>
     116                </instr>
     117                <instr>
     118                    <type>log</type>
     119                    <operand>var:object</operand>
     120                </instr>
     121            </accessor-debug>
    96122                <choose>
    97123                        <!-- POST: acquire a new lock -->
     
    496522                        </else>
    497523                </choose>
     524            <accessor-debug>
     525                <instr>
     526                    <type>log</type>
     527                    <operand>this:response</operand>
     528                </instr>
     529            </accessor-debug>
    498530        </idoc>
    499531        <exception>
Note: See TracChangeset for help on using the changeset viewer.