Log LE_INFO is not working

Hi Everyone,

could you help me please, I do not see legato logs LE_INFO.

that’s what I have as info.

root@swi-mdm9x15:~# app info psa_remoteServices
psa_remoteServices
status: running
running processes:
psa_remoteServices[411] (411, 631, 780, 783, 784, 785, 907, 908, 909)
app.name: psa_remoteServices
app.md5: 3186c1ddc7e9245664125cdfa9b2192b
app.version: 0.0.1
legato.version: 16.01.11.m1

root@swi-mdm9x15:~# legato version
16.01.11.m2_ca2ca55a7ced03fa889fae730efa10c4_modified

root@swi-mdm9x15:~# log list | grep psa
psa_remoteServices
/psa_remoteServices_exe @ INFO
/psa_remoteServices_exe @ INFO

root@swi-mdm9x15:~# log level INFO psa_remoteServices/*
Set filtering level for ‘psa_remoteServices/*’ to ‘INFO’.
root@swi-mdm9x15:~#

Best Regards.

Hi Hassan_ATYQ,

Looks like you called LE_INFO() to include your log, have you try send “logread” command to read/print the log from console?

Please refer to below for more info:

Thx