Making logs verbose

To make logs more verbose you can modify the tx-rest.properties file. Modify the file as follows:

  1. For Native or Docker:
    • Native Install: Go to: <install_dir>/tx-rest.properties. By default, <install_dir> is in <installation_tar>/tomcat-context/install

    • Docker install: Edit tx-rest.properties in the hip-rest Docker container by using the command:

      docker exec -it hip-rest vi /opt/runtime/tx-rest.properties

  2. Change the value of trace.level.
  3. For Native or Docker:
    • Native Install:./Link stop and ./Link start

    • Docker Install: docker restart hip-rest