logger |
Symfony\Bridge\Monolog\Processor\DebugProcessor {#201
-records: [
2 => [
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.620+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.620+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.620+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.620+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.620+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.620+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.620+00:00"
"message" => "Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://riskmanagement.i-b-s.fr/robots.txt"" at RouterListener.php line 127"
"priority" => 400
"priorityName" => "ERROR"
"context" => [
"exception" => Symfony\Component\HttpKernel\Exception\NotFoundHttpException {#551
#message: "No route found for "GET https://riskmanagement.i-b-s.fr/robots.txt""
#code: 0
#file: "/var/www/risk-management-v2/risk-management/vendor/symfony/http-kernel/EventListener/RouterListener.php"
#line: 127
-previous: Symfony\Component\Routing\Exception\ResourceNotFoundException {#506 …}
-statusCode: 404
-headers: []
trace: {
/var/www/risk-management-v2/risk-management/vendor/symfony/http-kernel/EventListener/RouterListener.php:127 {
Symfony\Component\HttpKernel\EventListener\RouterListener->onKernelRequest(RequestEvent $event): void …
›
› throw new NotFoundHttpException($message, $e);
› } catch (MethodNotAllowedException $e) {
}
/var/www/risk-management-v2/risk-management/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:116 {
Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher): void …
› try {
› ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);
› } finally {
}
/var/www/risk-management-v2/risk-management/vendor/symfony/event-dispatcher/EventDispatcher.php:206 {
Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, object $event): void …
› }
› $listener($event, $eventName, $this);
› }
}
/var/www/risk-management-v2/risk-management/vendor/symfony/event-dispatcher/EventDispatcher.php:56 {
Symfony\Component\EventDispatcher\EventDispatcher->dispatch(object $event, string $eventName = null): object …
› if ($listeners) {
› $this->callListeners($listeners, $eventName, $event);
› }
}
/var/www/risk-management-v2/risk-management/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:127 {
Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch(object $event, string $eventName = null): object …
› try {
› $this->dispatcher->dispatch($event, $eventName);
› } finally {
}
/var/www/risk-management-v2/risk-management/vendor/symfony/http-kernel/HttpKernel.php:154 {
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
› $event = new RequestEvent($this, $request, $type);
› $this->dispatcher->dispatch($event, KernelEvents::REQUEST);
›
}
/var/www/risk-management-v2/risk-management/vendor/symfony/http-kernel/HttpKernel.php:76 {
Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $response = $this->handleRaw($request, $type);
› } catch (\Throwable $e) {
}
/var/www/risk-management-v2/risk-management/vendor/symfony/http-kernel/Kernel.php:185 {
Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true): Response …
› try {
› return $this->getHttpKernel()->handle($request, $type, $catch);
› } finally {
}
/var/www/risk-management-v2/risk-management/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:35 {
Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
› {
› $response = $this->kernel->handle($this->request);
›
}
/var/www/risk-management-v2/risk-management/vendor/autoload_runtime.php:29 {
require_once …
› ->getRunner($app)
› ->run()
› );
}
/var/www/risk-management-v2/risk-management/public/index.php:5 {
›
› require_once dirname(__DIR__).'/vendor/autoload_runtime.php';
›
arguments: {
"/var/www/risk-management-v2/risk-management/vendor/autoload_runtime.php"
}
}
}
}
]
"channel" => "request"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ExceptionListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Listener "{listener}" stopped propagation of the event "{event}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.exception"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.673+00:00"
"message" => "Connecting with parameters {params}"
"priority" => 200
"priorityName" => "INFO"
"context" => [
"params" => [
"driver" => "pdo_mysql"
"host" => "localhost"
"port" => 3306
"user" => "root"
"password" => "<redacted>"
"driverOptions" => []
"defaultTableOptions" => [
"collation" => "utf8mb4_unicode_ci"
]
"dbname" => "app"
"charset" => "utf8mb4"
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.675+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.entity_type AS entity_type_2, t0.entity_id AS entity_id_3, t0.requested_at AS requested_at_4, t0.status AS status_5, t0.reviewed_at AS reviewed_at_6, t0.requested_by_id AS requested_by_id_7, t0.reviewed_by_id AS reviewed_by_id_8 FROM request t0 WHERE t0.requested_by_id IS NULL"
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.675+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.entity_type AS entity_type_2, t0.entity_id AS entity_id_3, t0.requested_at AS requested_at_4, t0.status AS status_5, t0.reviewed_at AS reviewed_at_6, t0.requested_by_id AS requested_by_id_7, t0.reviewed_by_id AS reviewed_by_id_8 FROM request t0 WHERE t0.requested_by_id IS NULL"
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.681+00:00"
"message" => "Executing query: {sql}"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.comment AS comment_3, t0.limit_amount_of_capitals AS limit_amount_of_capitals_4, t0.contract_rc AS contract_rc_5, t0.property_damage AS property_damage_6, t0.soft_deleted AS soft_deleted_7, t0.rate AS rate_8, t0.creator_user_id AS creator_user_id_9, t0.contact_person_id AS contact_person_id_10, t11.id AS id_12, t11.firstname AS firstname_13, t11.lastname AS lastname_14, t11.phone AS phone_15, t11.email AS email_16, t11.job AS job_17, t0.accounting_person_id AS accounting_person_id_18, t19.id AS id_20, t19.firstname AS firstname_21, t19.lastname AS lastname_22, t19.phone AS phone_23, t19.email AS email_24, t19.job AS job_25, t0.logo_id AS logo_id_26, t27.id AS id_28, t27.original_name AS original_name_29, t27.filename AS filename_30, t27.path AS path_31, t27.comment AS comment_32, t27.description AS description_33, t27.created_at AS created_at_34, t27.author_id AS author_id_35 FROM company t0 INNER JOIN contact_person t11 ON t0.contact_person_id = t11.id LEFT JOIN contact_person t19 ON t0.accounting_person_id = t19.id LEFT JOIN uploaded_file t27 ON t0.logo_id = t27.id"
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.685+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.id AS id_0, c0_.start AS start_1, c0_.end AS end_2, c0_.number AS number_3, c0_.insurer AS insurer_4, c0_.draft AS draft_5, c0_.type AS type_6, c0_.office_id AS office_id_7 FROM contract c0_ WHERE c0_.start <= ? AND (c0_.end IS NULL OR c0_.end >= ?) AND c0_.draft = 0"
"params" => [
1 => "2025-04-04 06:38:06"
2 => "2025-04-04 06:38:06"
]
"types" => [
1 => 2
2 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.692+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.label AS label_2, t0.main AS main_3, t0.head_office AS head_office_4, t0.billing_email AS billing_email_5, t0.description AS description_6, t0.rate AS rate_7, t0.limit_amount_of_capitals AS limit_amount_of_capitals_8, t0.damage_insurance_name AS damage_insurance_name_9, t0.damage_insurance_number AS damage_insurance_number_10, t0.rc_name AS rc_name_11, t0.rc_number AS rc_number_12, t0.is_company_office AS is_company_office_13, t0.area AS area_14, t0.building AS building_15, t0.content_on AS content_on_16, t0.content AS content_17, t0.material AS material_18, t0.merchandise AS merchandise_19, t0.variable AS variable_20, t0.frequency AS frequency_21, t0.owner AS owner_22, t0.tenant AS tenant_23, t0.address_id AS address_id_24, t25.id AS id_26, t25.country AS country_27, t25.city AS city_28, t25.zip_code AS zip_code_29, t25.street_number AS street_number_30, t25.street_name AS street_name_31, t0.company_id AS company_id_32, t0.logo_id AS logo_id_33, t34.id AS id_35, t34.original_name AS original_name_36, t34.filename AS filename_37, t34.path AS path_38, t34.comment AS comment_39, t34.description AS description_40, t34.created_at AS created_at_41, t34.author_id AS author_id_42, t0.picture_id AS picture_id_43, t44.id AS id_45, t44.original_name AS original_name_46, t44.filename AS filename_47, t44.path AS path_48, t44.comment AS comment_49, t44.description AS description_50, t44.created_at AS created_at_51, t44.author_id AS author_id_52, t0.contact_person_id AS contact_person_id_53, t54.id AS id_55, t54.firstname AS firstname_56, t54.lastname AS lastname_57, t54.phone AS phone_58, t54.email AS email_59, t54.job AS job_60, t0.current_index_id AS current_index_id_61, t0.contract_id AS contract_id_62, t63.id AS id_64, t63.start AS start_65, t63.end AS end_66, t63.number AS number_67, t63.insurer AS insurer_68, t63.draft AS draft_69, t63.type AS type_70, t63.office_id AS office_id_71, t0.accounting_person_id AS accounting_person_id_72, t73.id AS id_74, t73.firstname AS firstname_75, t73.lastname AS lastname_76, t73.phone AS phone_77, t73.email AS email_78, t73.job AS job_79 FROM office t0 INNER JOIN address t25 ON t0.address_id = t25.id LEFT JOIN uploaded_file t34 ON t0.logo_id = t34.id LEFT JOIN uploaded_file t44 ON t0.picture_id = t44.id INNER JOIN contact_person t54 ON t0.contact_person_id = t54.id LEFT JOIN contract t63 ON t0.contract_id = t63.id LEFT JOIN contact_person t73 ON t0.accounting_person_id = t73.id WHERE t0.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
"params" => [
1 => 3
2 => 4
3 => 5
4 => 6
5 => 7
6 => 8
7 => 9
8 => 10
9 => 11
10 => 12
11 => 13
12 => 14
13 => 15
14 => 16
15 => 17
16 => 18
17 => 19
18 => 20
19 => 21
20 => 22
21 => 23
22 => 24
23 => 87
24 => 88
25 => 89
26 => 90
27 => 91
28 => 92
29 => 93
30 => 94
31 => 95
32 => 96
33 => 97
34 => 98
35 => 99
36 => 100
37 => 101
38 => 102
39 => 103
40 => 104
41 => 105
42 => 106
43 => 107
44 => 108
45 => 109
46 => 110
47 => 111
48 => 112
49 => 113
50 => 114
51 => 115
52 => 116
53 => 118
54 => 119
55 => 120
56 => 121
57 => 122
58 => 123
59 => 124
60 => 125
61 => 126
62 => 127
63 => 128
64 => 129
65 => 130
66 => 131
67 => 132
68 => 133
69 => 134
70 => 135
71 => 136
72 => 137
73 => 138
74 => 139
75 => 140
76 => 141
77 => 142
78 => 143
79 => 147
80 => 148
81 => 149
82 => 150
83 => 151
84 => 152
85 => 153
86 => 154
87 => 155
88 => 156
89 => 157
90 => 158
91 => 159
92 => 160
93 => 161
94 => 162
95 => 163
96 => 164
]
"types" => [
1 => 1
2 => 1
3 => 1
4 => 1
5 => 1
6 => 1
7 => 1
8 => 1
9 => 1
10 => 1
11 => 1
12 => 1
13 => 1
14 => 1
15 => 1
16 => 1
17 => 1
18 => 1
19 => 1
20 => 1
21 => 1
22 => 1
23 => 1
24 => 1
25 => 1
26 => 1
27 => 1
28 => 1
29 => 1
30 => 1
31 => 1
32 => 1
33 => 1
34 => 1
35 => 1
36 => 1
37 => 1
38 => 1
39 => 1
40 => 1
41 => 1
42 => 1
43 => 1
44 => 1
45 => 1
46 => 1
47 => 1
48 => 1
49 => 1
50 => 1
51 => 1
52 => 1
53 => 1
54 => 1
55 => 1
56 => 1
57 => 1
58 => 1
59 => 1
60 => 1
61 => 1
62 => 1
63 => 1
64 => 1
65 => 1
66 => 1
67 => 1
68 => 1
69 => 1
70 => 1
71 => 1
72 => 1
73 => 1
74 => 1
75 => 1
76 => 1
77 => 1
78 => 1
79 => 1
80 => 1
81 => 1
82 => 1
83 => 1
84 => 1
85 => 1
86 => 1
87 => 1
88 => 1
89 => 1
90 => 1
91 => 1
92 => 1
93 => 1
94 => 1
95 => 1
96 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.695+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.696+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.696+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.697+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.697+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.698+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 3
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.701+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.702+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.702+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.703+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.703+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.704+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 4
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.705+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.705+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.706+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.706+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.707+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.707+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 5
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.708+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.709+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.709+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.710+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.710+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.710+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 6
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.711+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.711+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.712+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.712+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.713+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.713+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 7
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.713+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.714+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.714+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.715+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.715+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.715+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 8
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.716+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.716+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.717+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.717+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.717+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.718+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 9
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.718+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.719+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.719+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.720+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.720+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.720+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 10
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.721+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 11
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.721+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 11
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.721+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 11
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.722+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 11
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.722+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 11
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.722+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 11
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.723+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.723+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.724+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.724+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.724+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.725+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 12
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.725+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.726+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.726+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.726+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.727+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.727+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 13
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.727+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.728+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.728+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.728+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.729+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.729+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 14
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.730+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 15
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.730+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 15
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.730+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 15
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.730+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 15
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.731+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 15
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.731+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 15
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.732+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 16
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.732+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 16
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.732+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 16
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.733+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 16
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.733+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 16
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.733+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 16
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.734+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 17
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.734+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 17
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.735+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 17
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.735+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 17
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.735+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 17
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.736+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 17
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.736+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 18
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.736+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 18
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.737+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 18
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.737+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 18
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.737+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 18
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.738+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 18
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.738+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 19
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.739+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 19
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.739+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 19
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.739+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 19
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.740+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 19
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.740+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 19
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.740+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 20
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.741+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 20
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.741+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 20
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.741+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 20
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.742+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 20
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.742+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 20
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.743+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 21
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.743+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 21
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.743+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 21
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.743+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 21
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.744+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 21
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.744+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 21
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.745+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 22
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.745+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 22
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.745+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 22
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.746+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 22
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.746+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 22
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.746+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 22
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.747+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 23
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.747+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 23
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.747+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 23
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.748+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 23
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.748+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 23
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.748+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 23
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.749+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 24
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.749+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 24
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.750+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 24
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.750+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 24
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.750+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 24
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.751+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 24
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.751+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 87
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.752+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 87
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.752+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 87
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.752+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 87
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.752+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 87
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.753+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 87
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.753+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 88
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.754+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 88
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.754+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 88
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.754+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 88
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.755+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 88
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.755+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 88
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.756+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 89
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.756+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 89
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.756+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 89
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.756+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 89
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.757+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 89
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.757+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 89
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.758+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 90
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.758+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 90
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.758+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 90
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.759+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 90
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.759+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 90
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.759+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 90
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.760+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 91
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.760+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 91
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.760+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 91
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.761+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 91
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.761+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 91
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.762+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 91
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.762+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 92
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.762+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 92
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.763+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 92
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.763+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 92
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.763+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 92
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.764+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 92
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.764+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 93
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.765+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 93
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.765+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 93
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.765+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 93
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.766+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 93
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.766+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 93
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.766+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 94
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.767+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 94
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.767+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 94
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.767+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 94
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.768+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 94
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.768+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 94
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.769+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 95
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.769+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 95
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.769+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 95
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.770+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 95
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.770+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 95
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.770+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 95
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.771+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 96
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.771+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 96
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.772+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 96
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.772+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 96
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.772+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 96
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.772+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 96
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.773+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 97
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.773+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 97
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.774+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 97
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.774+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 97
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.774+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 97
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.775+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 97
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.775+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 98
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.776+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 98
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.776+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 98
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.776+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 98
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.776+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 98
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.777+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 98
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.777+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 99
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.778+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 99
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.778+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 99
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.778+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 99
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.779+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 99
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.779+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 99
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.779+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 100
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.780+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 100
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.780+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 100
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.780+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 100
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.781+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 100
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.781+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 100
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.782+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 101
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.782+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 101
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.782+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 101
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.783+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 101
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.783+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 101
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.783+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 101
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.784+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 102
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.784+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 102
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.784+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 102
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.785+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 102
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.785+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 102
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.785+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 102
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.786+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 103
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.786+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 103
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.786+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 103
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.787+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 103
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.787+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 103
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.787+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 103
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.788+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 104
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.788+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 104
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.788+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 104
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.789+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 104
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.789+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 104
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.789+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 104
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.790+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 105
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.790+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 105
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.791+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 105
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.791+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 105
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.791+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 105
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.792+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 105
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.792+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 106
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.793+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 106
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.793+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 106
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.793+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 106
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.793+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 106
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.794+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 106
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.794+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 107
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.795+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 107
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.795+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 107
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.795+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 107
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.796+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 107
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.796+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 107
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.796+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 108
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.797+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 108
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.797+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 108
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.797+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 108
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.798+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 108
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.798+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 108
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.799+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 109
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.799+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 109
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.799+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 109
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.800+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 109
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.800+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 109
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.800+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 109
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.801+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 110
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.801+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 110
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.801+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 110
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.802+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 110
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.802+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 110
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.802+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 110
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.803+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 111
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.803+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 111
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.804+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 111
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.804+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 111
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.804+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 111
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.804+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 111
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.805+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 112
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.805+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 112
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.806+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 112
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.806+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 112
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.806+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 112
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.807+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 112
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.807+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 113
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.807+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 113
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.808+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 113
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.808+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 113
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.808+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 113
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.809+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 113
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.809+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 114
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.810+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 114
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.810+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 114
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.810+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 114
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.811+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 114
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.811+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 114
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.812+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 115
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.812+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 115
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.812+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 115
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.813+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 115
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.813+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 115
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.813+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 115
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.814+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 116
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.814+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 116
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.814+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 116
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.815+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 116
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.815+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 116
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.815+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 116
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.816+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 118
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.816+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 118
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.817+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 118
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.817+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 118
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.817+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 118
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.818+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 118
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.818+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 119
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.819+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 119
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.819+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 119
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.819+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 119
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.819+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 119
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.820+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 119
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.820+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 120
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.821+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 120
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.821+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 120
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.821+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 120
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.822+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 120
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.822+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 120
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.823+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 121
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.823+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 121
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.823+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 121
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.824+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 121
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.824+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 121
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.824+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 121
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.825+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 122
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.825+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 122
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.826+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 122
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.826+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 122
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.826+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 122
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.826+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 122
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.827+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 123
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.827+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 123
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.828+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 123
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.828+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 123
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.828+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 123
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.829+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 123
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.829+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 124
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.830+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 124
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.830+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 124
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.830+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 124
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.831+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 124
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.831+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 124
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.831+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 125
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.832+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 125
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.832+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 125
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.832+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 125
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.833+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 125
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.833+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 125
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.834+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 126
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.834+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 126
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.834+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 126
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.835+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 126
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.835+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 126
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.835+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 126
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.836+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 127
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.836+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 127
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.836+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 127
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.837+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 127
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.837+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 127
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.837+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 127
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.838+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 128
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.838+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 128
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.839+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 128
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.839+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 128
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.839+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 128
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.839+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 128
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.840+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 129
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.840+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 129
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.841+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 129
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.841+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 129
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.841+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 129
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.842+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 129
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.842+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 130
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.843+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 130
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.843+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 130
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.843+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 130
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.843+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 130
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.844+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 130
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.844+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 131
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.845+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 131
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.845+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 131
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.845+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 131
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.846+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 131
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.846+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 131
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.846+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 132
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.847+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 132
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.847+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 132
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.847+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 132
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.848+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 132
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.848+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 132
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.849+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 133
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.849+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 133
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.849+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 133
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.850+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 133
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.850+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 133
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.850+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 133
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.851+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 134
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.851+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 134
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.851+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 134
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.852+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 134
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.852+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 134
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.852+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 134
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.853+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 135
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.853+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 135
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.854+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 135
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.854+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 135
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.854+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 135
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.855+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 135
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.855+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 136
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.856+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 136
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.856+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 136
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.856+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 136
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.856+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 136
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.857+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 136
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.857+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 137
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.858+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 137
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.858+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 137
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.858+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 137
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.859+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 137
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.859+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 137
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.859+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 138
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.860+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 138
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.860+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 138
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.860+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 138
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.861+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 138
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.861+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 138
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.862+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 139
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.862+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 139
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.862+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 139
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.863+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 139
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.863+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 139
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.863+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 139
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.864+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 140
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.864+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 140
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.864+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 140
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.865+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 140
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.865+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 140
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.865+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 140
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.866+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 141
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.866+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 141
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.867+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 141
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.867+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 141
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.867+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 141
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.867+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 141
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.868+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 142
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.868+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 142
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.869+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 142
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.869+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 142
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.869+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 142
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.870+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 142
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.870+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 143
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.871+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 143
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.871+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 143
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.871+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 143
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.872+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 143
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.872+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 143
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.872+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 147
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.873+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 147
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.873+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 147
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.874+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 147
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.874+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 147
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.875+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 147
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.875+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 148
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.876+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 148
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.876+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 148
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.876+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 148
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.876+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 148
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.877+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 148
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.877+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 149
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.878+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 149
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.878+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 149
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.878+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 149
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 149
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 149
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.879+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 150
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.880+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 150
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.880+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 150
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.880+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 150
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.881+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 150
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.881+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 150
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.882+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 151
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.882+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 151
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.882+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 151
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.883+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 151
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.883+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 151
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.883+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 151
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.884+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 152
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.884+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 152
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.885+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 152
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.885+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 152
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.885+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 152
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.885+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 152
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 153
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.886+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 153
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.887+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 153
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.887+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 153
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.887+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 153
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.888+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 153
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.888+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 154
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.889+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 154
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.889+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 154
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.889+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 154
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.890+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 154
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.890+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 154
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.890+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 155
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.891+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 155
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.891+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 155
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.891+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 155
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.892+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 155
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.892+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 155
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.893+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 156
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.893+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 156
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.893+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 156
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 156
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 156
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.894+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 156
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.895+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 157
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.895+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 157
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.896+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 157
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.896+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 157
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.896+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 157
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.896+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 157
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.897+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 158
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.897+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 158
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.898+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 158
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.898+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 158
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.898+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 158
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.899+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 158
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.899+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 159
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.899+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 159
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.900+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 159
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.900+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 159
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.900+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 159
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.901+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 159
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.901+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 160
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.902+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 160
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.902+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 160
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.902+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 160
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.903+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 160
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.903+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 160
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.903+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 161
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.904+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 161
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.904+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 161
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.904+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 161
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.905+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 161
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.905+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 161
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.906+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 162
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.906+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 162
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.906+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 162
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.906+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 162
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.907+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 162
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.907+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 162
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.908+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 163
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.908+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 163
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.908+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 163
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.909+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 163
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.909+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 163
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.909+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 163
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.910+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_reports ON t0.id = office_visit_reports.uploaded_file_id WHERE office_visit_reports.office_id = ?"
"params" => [
1 => 164
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.911+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_visit_plans ON t0.id = office_visit_plans.uploaded_file_id WHERE office_visit_plans.office_id = ?"
"params" => [
1 => 164
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.912+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_fire_permits ON t0.id = office_fire_permits.uploaded_file_id WHERE office_fire_permits.office_id = ?"
"params" => [
1 => 164
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.913+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_leases ON t0.id = office_leases.uploaded_file_id WHERE office_leases.office_id = ?"
"params" => [
1 => 164
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.914+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_prevention_plans ON t0.id = office_prevention_plans.uploaded_file_id WHERE office_prevention_plans.office_id = ?"
"params" => [
1 => 164
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.915+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.original_name AS original_name_2, t0.filename AS filename_3, t0.path AS path_4, t0.comment AS comment_5, t0.description AS description_6, t0.created_at AS created_at_7, t0.author_id AS author_id_8 FROM uploaded_file t0 INNER JOIN office_safety_rules ON t0.id = office_safety_rules.uploaded_file_id WHERE office_safety_rules.office_id = ?"
"params" => [
1 => 164
]
"types" => [
1 => 1
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.916+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT t0.id AS id_1, t0.start AS start_2, t0.end AS end_3, t0.number AS number_4, t0.insurer AS insurer_5, t0.draft AS draft_6, t0.type AS type_7, t0.office_id AS office_id_8, t9.id AS id_10, t9.label AS label_11, t9.main AS main_12, t9.head_office AS head_office_13, t9.billing_email AS billing_email_14, t9.description AS description_15, t9.rate AS rate_16, t9.limit_amount_of_capitals AS limit_amount_of_capitals_17, t9.damage_insurance_name AS damage_insurance_name_18, t9.damage_insurance_number AS damage_insurance_number_19, t9.rc_name AS rc_name_20, t9.rc_number AS rc_number_21, t9.is_company_office AS is_company_office_22, t9.area AS area_23, t9.building AS building_24, t9.content_on AS content_on_25, t9.content AS content_26, t9.material AS material_27, t9.merchandise AS merchandise_28, t9.variable AS variable_29, t9.frequency AS frequency_30, t9.owner AS owner_31, t9.tenant AS tenant_32, t9.address_id AS address_id_33, t9.company_id AS company_id_34, t9.logo_id AS logo_id_35, t9.picture_id AS picture_id_36, t9.contact_person_id AS contact_person_id_37, t9.current_index_id AS current_index_id_38, t9.contract_id AS contract_id_39, t9.accounting_person_id AS accounting_person_id_40 FROM contract t0 LEFT JOIN office t9 ON t0.office_id = t9.id WHERE t0.draft = ?"
"params" => [
1 => 1
]
"types" => [
1 => 5
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.917+00:00"
"message" => "Executing statement: {sql} (parameters: {params}, types: {types})"
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"sql" => "SELECT c0_.id AS id_0, c0_.start AS start_1, c0_.end AS end_2, c0_.number AS number_3, c0_.insurer AS insurer_4, c0_.draft AS draft_5, c0_.type AS type_6, c0_.office_id AS office_id_7 FROM contract c0_ WHERE (c0_.end IS NOT NULL AND c0_.end >= ?) AND c0_.draft = 0"
"params" => [
1 => "2025-04-04 06:38:06"
]
"types" => [
1 => 2
]
]
"channel" => "doctrine"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.920+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
534 => [
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.621+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.request"
"listener" => "App\EventListener\RedirectListener::onKernelRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.622+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.622+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.623+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\Security\Http\EventListener\IsGrantedAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.623+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.623+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "ContainerFxhvVSk\RequestPayloadValueResolverGhost3590451::onKernelControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.623+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.controller_arguments"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\WebLink\EventListener\AddLinkHeaderListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.response"
"listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener::resetAssets"
]
"channel" => "event"
]
[
"timestamp" => 1743748686
"timestamp_rfc3339" => "2025-04-04T06:38:06.670+00:00"
"message" => "Notified event "{event}" to listener "{listener}"."
"priority" => 100
"priorityName" => "DEBUG"
"context" => [
"event" => "kernel.finish_request"
"listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]
"channel" => "event"
]
]
]
-errorCount: [
2 => 1
534 => 0
]
-requestStack: Symfony\Component\HttpKernel\Debug\VirtualRequestStack {#200 …}
} |