RequestIdBundle:将请求ID添加到您的Symfony应用程序中

时间:2024-06-05 14:49:02
【文件属性】:

文件名称:RequestIdBundle:将请求ID添加到您的Symfony应用程序中

文件大小:14KB

文件格式:ZIP

更新时间:2024-06-05 14:49:02

PHP

请求ID捆绑 这会将请求ID添加到您的Symfony应用程序中。 为什么? 这是将一些其他信息添加到日志并呈现给用户的好方法。 例如,如果引发异常,则可以向用户显示请求ID,他们可以将该请求ID传递给您以查找他们的特定问题。 安装 使用 。 composer require chrisguitarguy/request-id-bundle 然后在您的AppKernel启用该捆绑包。 use Symfony \ Component \ HttpKernel \ Kernel ; class AppKernel extends Kernel { public function registerBundles () { $ bundles = [ new Symfony \ Bundle \ FrameworkBundle \ Fr


【文件预览】:
RequestIdBundle-main
----composer.json(986B)
----LICENSE(1KB)
----src()
--------EventListener()
--------DependencyInjection()
--------ChrisguitarguyRequestIdBundle.php(517B)
--------Monolog()
--------RequestIdGenerator.php(596B)
--------Generator()
--------SimpleIdStorage.php(810B)
--------RequestIdStorage.php(834B)
--------Twig()
----.gitignore(194B)
----UPGRADE-4.0.md(415B)
----CHANGELOG.md(1KB)
----UPGRADE-3.0.md(2KB)
----README.md(4KB)

网友评论