|
It would be interesting if the logger could display the execution time of the completed task when diplaying the completion message: deployer/src/Logger/Logger.php Line 110 in d091b92 With something like If a deployment is taking too much time, this could help us to investigate which task is causing the slow deployment. |
Answered by
antonmedv
May 1, 2026
Replies: 2 comments
|
Nice idea! We should do it! |
0 replies
|
Implemented in https://github.com/deployphp/deployer/releases/tag/v8.0.1 |
0 replies
Answer selected by
Seb33300
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implemented in https://github.com/deployphp/deployer/releases/tag/v8.0.1