cancel
Showing results for 
Search instead for 
Did you mean: 

Log Entries issue in Duet (Automatic filling of Log-level with 'W')

Former Member
0 Kudos

Hi all,

Declaration of logger reference:

lo_logger TYPE REF TO /iwfnd/cl_logger, "reference to Logger

  • get a reference to the logger singleton

CALL METHOD /iwfnd/cl_logger=>get_logger

RECEIVING

ro_logger = lo_logger.

The issue is the following attribute of the method is getting filled by a character 'W'.

The attribute is : lo_logger->log_level = 'W'.

I want to know why and how this attribute value is getting filled?

Thanks in advance

Harish

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please check the log setting in Transaction SIMGH-> Service Consumption Layer Administration -> Logging Settings -> Set Log Level for All Users

This global setting determines the log levels for all the users. The same IMG node has the provision for setting log levels.

Thanks,

Girimurugan

Former Member
0 Kudos

Hi Girimurugan,

Now i am able to see my Customised error logs in the Log entry.

Thank You very much.

Harish