Log event configuration
Aidbox logs all sql queries by default and truncate sql query up to 500 characters.
BOX_LOGGING_SQL_MAX__LENGTH
Allow you to specify sql query max length to be logged. Value -1 mean log full query without any restriction. Default: 500
BOX_LOGGING_SQL_MIN__DURATION
Similar to postgresql configuration. In some cases you can don't log query that was be less then 100 millisecond. Default -1 (log all). Values must be in milliseconds.
Also available in Aidbox configuration project config k
aidbox.config/configLast updated