Skip to content
Mike Conway edited this page Mar 1, 2019 · 1 revision

Viewing XML packing instructions

iCommands can show the underlying packing instructions to assist in debugging and development.

To do this, open up the irods_environment.json file on the client side and edit as follows:


{
    "irods_host": "localhost",
    "irods_port": 1247,
    "irods_user_name": "test1",
    "irods_zone_name": "zone1",
    "irodsProt": 1,
    "irods_log_level":  8
}


Setting that irods_log_level parameter to >= 8 will display those xml messages

Clone this wiki locally