statamic / ssg

The official Statamic Static Site Generator
229 stars 23 forks source link

Warnings Not Logged #86

Open theutz opened 2 years ago

theutz commented 2 years ago

I have been trying to debug some issues with the SSG, but I can't figure out where to view the warnings that occur during generation. I've checked storage/logs/laravel.log, and there isn't anything.

Furthermore, the php please ssg:generate command doesn't seem to respond to any of the verbosity flags that are suggested in the help. I've tried all of these variants, with no luck:

php please -vvv ssg:generate
php please --verbose ssg:generate
php please ssg:generate -vvv
php please ssg:generate --verbose

Hopefully if I can view the warnings, I can get back to figuring out the other thing that seemed to be broken with my SSG setup. 😄