webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
23 stars 3 forks source link

How should we handle PHP warnings / notices which come up during runtime #90

Closed joshsedl closed 1 year ago

joshsedl commented 2 years ago

We want to see some specific PHP warnings / notices, which occur on runtime, but also not all, how do we do this?

JPustkuchen commented 1 year ago

There's already a drush command for this: drush watchdog:tail So this isn't needed in ddev additionally. :)

After reading this, you may close it @joshsedl

joshsedl commented 1 year ago

Yea, also not really well worded :P

Closing this