Knowledge Sharing - changing the minimum level of log write in v20.3

  • 18 March 2020
  • 0 replies
  • 3 views

Badge +3

Please note that starting v20.3 the default minimum level of log writes in clients (Robot/Studio) will be changed from “Verbose” (=All levels) to “Information”.

 

That means that all the debug log writes from Robot/Studio will not be written to SEQ by default.

We already got reports and confirmation from a customer (Wyndham) that this change causing a significant improvements in the client side performance (memory, disk IO) for version 19.5.x.

 

In case you want to change back the Robot/Studio config to write also debug level, do the following:

 

In the “config” sub folder (of the Robot/Studio), open serilog.json to edit, and –

Replace the line

"LevelSwitches": { "$controlSwitch": "Information" },

with the line

"LevelSwitches": { "$controlSwitch": "Verbose" },


0 replies

Be the first to reply!

Reply