Skip to main content
17-Peridot
May 2, 2022
Solved

trace logs

  • May 2, 2022
  • 1 reply
  • 779 views

Why trace logs are not coming in monitoring logs. Then what is the use of trace logs ?

Best answer by DanZ

If I am using logger.trace("Hi there!") it is getting displayed in the ScriptLog as trace. Have you set your Log Level (see "Configure" Button in the Logs section) to "Trace/All" before you logged your messages? If you change it afterwards, your messages will not be shown because there are not logged.

1 reply

DanZ15-MoonstoneAnswer
15-Moonstone
May 2, 2022

If I am using logger.trace("Hi there!") it is getting displayed in the ScriptLog as trace. Have you set your Log Level (see "Configure" Button in the Logs section) to "Trace/All" before you logged your messages? If you change it afterwards, your messages will not be shown because there are not logged.