4.2.7 Logging Properties

Under logging, provide details for the MicroTx logs.

Property Description
level Enter one of the following types to specify the log level for MicroTx:
  • info: Logs events that occur during the normal operation of the MicroTx. This setting logs the least amount of information. This is the default setting.
  • warning: Logs events that may cause potentially harmful situations.
  • error: Logs events to indicate that there is an issue that requires troubleshooting.
  • debug: Logs all the events. Use this setting when you want to debug an issue.
httpTraceEnabled Set this to true to log all the HTTP request and responses in MicroTx when you want to debug. When you set this value as true, you must also set the level as debug.

The following code snippet provides sample values for the logging property in the values.yaml file.

logging:
  level: debug
  httpTraceEnabled: true