Skip to content

Commit

Permalink
Prefix error messages with [quill] when switch is on (#2634)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliano authored Aug 18, 2023
1 parent eb44c4b commit df29d02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/io/getquill/util/Messages.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ object Messages {
def logBinds = cache("quill.binds.log", variable("quill.binds.log", "quill_binds_log", "false").toBoolean)
def queryTooLongForLogs =
cache("quill.query.tooLong", variable("quill.query.tooLong", "quill_query_tooLong", "200").toInt)
def errorPrefix = cache("quill.error.prefix", variable("quill.error.prefix", "quill_error_prefix", "false").toBoolean)

sealed trait LogToFile
object LogToFile {
Expand Down

0 comments on commit df29d02

Please sign in to comment.