Daniel-KM / Omeka-S-module-Log

Module for Omeka S to monitor all logging messages and background jobs directly in the admin board.
Other
1 stars 0 forks source link

Problems adding extra logs #4

Closed marilenadaquino closed 3 years ago

marilenadaquino commented 4 years ago

Hello I've installed your module and would like to leverage PSR to log some additional information as suggested here

However, after installing and configuring it, the application.log file keeps being empty so I'm not visualising any log in the admin dashboard tab. Second, where is exactly (in which file) that I should inject those php snippets so that it affects/prints the expected logs?

Thanks!

pprw commented 3 years ago

you need to change 'log' => false, to 'log' => true, in your config/local.config.php at least

Daniel-KM commented 3 years ago

Yes, it is not possible to bypass the local config of the user.