.. _logs: Logs ==== Runs ---- Runs record various information (depending on the options passed to the script), and to separate runs started with the ``--dry-run`` option, there is a specific class to distinguish them. |Run| On each run detail, you can see which borrowers have passed through the plugin, with information about the actions performed (creation, update or deletion for example) and the date of that action. .. figure:: img/patrons-history.png :alt: Patrons history Patrons history .. |Run| image:: img/run-test-mode.png Debug options ------------- You can pass some options to the script to get more information about the import: ``--info-logs`` ~~~~~~~~~~~~~~~~ Log infos about mapping or other configuration setting on each patron (``--dry-run`` compatible) ``--success-log`` ~~~~~~~~~~~~~~~~~ Log every successful action on database for each patron (no effect with ``--dry-run``) ``--debug`` ~~~~~~~~~~~~ Printed on server side, `Raw data` from the source and `Patron for Koha`: patron transformed by plugin configuration and sent to koha database