You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If Laravel Log facade is now using new php defer, it would be great.
If not then consider the following point:
The most usage of defer can be done for Logging, which required disk usage but doesn't need to block the main process.
if anyone in any condition prefer not to use defer then there should separate function/class made for them, because 99% of people need it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If Laravel Log facade is now using new php defer, it would be great.
If not then consider the following point:
The most usage of defer can be done for Logging, which required disk usage but doesn't need to block the main process.
if anyone in any condition prefer not to use defer then there should separate function/class made for them, because 99% of people need it.
Beta Was this translation helpful? Give feedback.
All reactions