-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
Closed
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.Keep open
Description
Hi!
Description
Currently it does not look possible to get deprecated calls generated during cache warmup.
These deprecations look to be stored in a file like var/cache/dev/srcApp_KernelDevDebugContainerDeprecations.log
and they are displayed in the web profiler.
But when you have a CLI only app, one could like to see these deprecations directly in CLI (better DX IMHO).
I think that it would be interesting to display these deprecations during cache:warmup
when a very verbose mode is activated like -vvv
.
Also, what about a new command that would display these cached deprecations? Something like debug:deprecations
or debug:cached-deprecations
.
Cheers!
kaznovac, yceruto, vudaltsov, sweoggy, PabloKowalczyk and 3 more
Metadata
Metadata
Assignees
Labels
DXDX = Developer eXperience (anything that improves the experience of using Symfony)DX = Developer eXperience (anything that improves the experience of using Symfony)Help wantedIssues and PRs which are looking for volunteers to complete them.Issues and PRs which are looking for volunteers to complete them.Keep open