SYSLOG MODULE "modSyslog.class.php" Where are options of that module stored?

Hello, recently updated to V 12.04, Im having many problems so I decided to activate the module syslog.

Now Im stucked, since I selected the registry level to DEBUG, Dolibarr goes to error 500 and the only way to make Dolibarr work again is disabling the module in the database manually llx_const --> SYSLOG_SYSLOG_ON --> 0

Where are stored the options of that module, so I can change the level and continue testing?

I rewied files at:
\core\modules\syslog
\core\modules\modSyslog.class.php

Thank you

After about a week, anyone have idea, ¿please?

Hello,

The level is stored in the llx_const table, name SYSLOG_LEVEL

1 Like

Thanks a lot Ksar.

I searched there before I post, I think must do it again since only found the possibility to activate or deactivate the module 1/0, but not the option for syslog level:

llx_const --> SYSLOG_SYSLOG_ON --> 0

I’ll try later and answer.

Thanks for your help

Absolutely right Ksar, didnt see it before but it help me to solve this, and now hope it could help me whats wrong in my dolibarr.

Thank you very much

1 Like