Making logs verbose

To make logs more verbose you can modify the config.yaml file. Modify the file as follows:

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

    • Docker install: Edit config.yaml in the hip-rest Docker container by using the command:

      docker exec -it hip-rest vi /opt/runtime/config.yaml

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

    • Docker Install: docker restart hip-rest