Making logs verbose
To make logs more verbose you can modify the tx-rest.properties file. Modify the file as follows:
- 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
-
- Change the value of trace.level.
- For Native or Docker:
-
Native Install: native-install.sh restart -runtime
-
Docker Install: docker restart hip-rest
-