Task #103468
openVerbose handling when @import 'EXT:site/Configuration/TypoScript/lib/*.typoscript' does not find a file
0%
Description
The TypoScript backend module has the nice output for syntax checker warnings:
These warnings should produce log messages.
Also "EXT:nonexistent/Configuration/TypoScript," in include_static_file.txt could/should produce warnings.
Files
Updated by Stefan Bürk 7 months ago
I'm not convinced that TypoScript syntax errors should end up in the log or throw
a exception/error in the frontend. First, that would be really spammy if something
slips in and the backend warning is the right way to do it.
In case of the wild-card it could be taken as `optional` but warning about it to
say yeah that is superflous - maybe remove it or add some file
.
A missing import never emitted a log entry in the whole time, and I'd say that is
good so. The new interface with v12 make that more visible through the aggregation
on the top.
Updated by Christoph Lehmann 7 months ago
During TYPO3/Extension upgrades and in development context it would be nice to be able to have some warnings/debug messages in the log files. I'm totally on your side, that its noisy when it produces backend notifications and its good that it never was the case.
I don't like muted error message and just think these warnings/errors should not get suppressed in general, but can go to log files.