While trying to get indexed_search in Typo3 to work I’ve discoverd a lot of log_setTSlogMessage functions
in the code. I ask myself where to find the output of these function. I digged around and found a reference to $GLOBAL['TT']
. Ok. Not much better. Again I had to dig around. Finally I got a simple answer: The Admin Panel! 🙂
So just enable the admin panel and go to TypoScript
and enable Display messages
. Reload the page and you’ll the logs.
One thought on “Typo3 and log_setTSlogMessage”
Comments are closed.
Pingback: Anonymous