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
minor #248 Remove randomness from container compilation (derrabus)
This PR was merged into the 3.x-dev branch.
Discussion
----------
Remove randomness from container compilation
Following @Tobion's comment symfony/symfony#25958 (comment), I've made an attempt to eliminate all randomly generated service IDs from `MonologExtension`.
`MonologExtension` currently uses `uniqid` to generate a service ID to be used in a single reference afterwards. I'm now directly inlining the affected definitions, so there is not need for randomly generated service IDs anymore.
Commits
-------
f840302 Remove randomness from container compilation.
0 commit comments