Suite 8: change logs from new backend to stdout

Hi guys!
Any way to change logs from new backend to stdout?

p.s.: for legacy suitecrm it is possible to create CustomLogger… but maybe it will be in config for new backend?

Hi @lmax,

Thanks for trying out SuiteCRM 8.

Sorry for the delay in replying.

We haven’t yet unified symfony logs (a.k.a SuiteCRM 8 logs) and legacy SuiteCRM logs (suitecrm.log) in one place. Its something we want to do in the short term.

So for the legacy part you still need to to what you did before.

For the symfony logs, we are just using monolog, so you can just use standard symfony configuration. This threads may help:

Hope this helps

2 Likes

Thank you! Yea, solved it by changes in config\packages\prod\monolog.yaml config file.

1 Like