Forum Discussion

Elias's avatar
Elias
Regular Visitor
3 years ago
Solved

Custom log priorities

Hi,   Our test logs from script tests are often very detailed. In some cases it would be useful to filter out some of the lower priority log elements. I see that this can already be done after expo...
  • A_Roskoshnyi's avatar
    3 years ago

    You cannot change the priority of auto-generated messages, but you can optionally place such messages in a folder created with the required priority and other attributes. To do this, however, you will have to change the structure of your tests and grammatically integrate 'Log' object.

    Pay attention to this function: Log.AppendFolder(MessageTextDetailsPriorityAttrOwnerFolderID)