Skip to content

Commit f28f8e5

Browse files
committed
Review log-level for stored procedures.
Some MySQL schema level features (on update current_timestamp) are migrated to stored procedures and triggers. We would log the CREATE PROCEDURE statements as LOG level entries instead of SQL level entries, most likely a stray devel/debug choice.
1 parent 44514de commit f28f8e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pgsql/pgsql-create-schema.lisp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
:collect (format-create-sql (trigger-procedure trigger))
154154
:collect (format-create-sql trigger)))))
155155
(pgsql-execute-with-timing section label sql-list
156-
:log-level :log
156+
:log-level :sql
157157
:client-min-messages client-min-messages)))
158158

159159

0 commit comments

Comments
 (0)