BramKn
August 24, 2023, 12:05pm
1
When a query is slow, this is loggged with the full query.
For executions this is a problem as it now stores data from the execution in this log.
Please modify this behaviour or let me know what to change to fix this.
Default log level, docker logs of the container.
Yes, I’ve seen some crazy huge logs get dumped in this manner.
1 Like
BramKn
August 25, 2023, 2:35pm
3
Also with loglevel set to error or silent these messages still pump thousands of records into the log.
Hey @BramKn you can try changing the DB_LOGGING_MAX_EXECUTION_TIME
which defafults to 1000 to a higher value; this is the threshold for query logging.
I hope this helps.
2 Likes
BramKn
August 25, 2023, 3:43pm
5
Thank you! Will definitely try this
1 Like
I bumped this up to 2000 which cut a lot of the issues when the primary DB was in the opposite DC
2 Likes
jan
September 6, 2023, 12:25pm
7
New version [email protected]
got released which includes the GitHub PR 7096 .
1 Like