Changing default log level for 1 log node in custom cloud

1
I want to configure a default log level for 1 specific log node in the custom cloud (i.e. running on Linux). When looking at the m2ee.yaml configuration, there is the following log configuration: logging: - # <- list of dicts name: SysLogSubscriber type: syslog autosubscribe: INFO host: localhost port: 514 facility: LOG_LOCAL6 prefix: <mxappname> Can anyone tell me how I can specify a default log level of TRACE for the WinSSO log node?
asked
1 answers
2

Hi Jonathan,

Look at this thread

answered