- Request / Response
- API Platform
- Performance
- Validator
- Exception
- Logs 19
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- Doctrine
- Migrations
- Messages
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Messages
All1
Ordered list of dispatched messages across all your buses
"App\System\Infrastructure\Implementation\Logger\Request\RequestAndResponseMessageLog"messenger.bus.default |
|
---|---|
In NetworkLogger.php line 30 | |
Bus | messenger.bus.default |
Message | App\System\Infrastructure\Implementation\Logger\Request\RequestAndResponseMessageLog {#1917 +type: "request" +requester: [] +requestBody: [] +endpoint: "/robots.txt" +method: "GET" +responseBody: [ "title" => "Bad Request" "status" => 400 "detail" => "No route found for "GET http://212.224.118.122:8082/robots.txt"" "codes" => 0 "violations" => [] ] +httpCode: 400 +requestId: Ramsey\Uuid\Lazy\LazyUuidFromString {#1930 -uuid: "c6258f2c-7815-493c-85ef-3f3fab8d32d9" -unwrapped: null uuid: "c6258f2c-7815-493c-85ef-3f3fab8d32d9" } } |
Envelope stamps when dispatching | No items |
Envelope stamps after dispatch |
Symfony\Component\Messenger\Stamp\BusNameStamp {#1827 -busName: "messenger.bus.default" } Symfony\Component\Messenger\Stamp\SentStamp {#51 -senderClass: "Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransport" -senderAlias: "logstash" } |
messenger.bus.default1
Ordered list of messages dispatched on the messenger.bus.default
bus
"App\System\Infrastructure\Implementation\Logger\Request\RequestAndResponseMessageLog" |
|
---|---|
In NetworkLogger.php line 30 | |
Message | App\System\Infrastructure\Implementation\Logger\Request\RequestAndResponseMessageLog {#1917 +type: "request" +requester: [] +requestBody: [] +endpoint: "/robots.txt" +method: "GET" +responseBody: [ "title" => "Bad Request" "status" => 400 "detail" => "No route found for "GET http://212.224.118.122:8082/robots.txt"" "codes" => 0 "violations" => [] ] +httpCode: 400 +requestId: Ramsey\Uuid\Lazy\LazyUuidFromString {#1930 -uuid: "c6258f2c-7815-493c-85ef-3f3fab8d32d9" -unwrapped: null uuid: "c6258f2c-7815-493c-85ef-3f3fab8d32d9" } } |
Envelope stamps when dispatching | No items |
Envelope stamps after dispatch |
Symfony\Component\Messenger\Stamp\BusNameStamp {#1827 -busName: "messenger.bus.default" } Symfony\Component\Messenger\Stamp\SentStamp {#51 -senderClass: "Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransport" -senderAlias: "logstash" } |