I'm looking at the general log I've enabled in MySQl and it's working nicely. However, queries appear to be truncated a little over 1000 characters.
What's the deal with that?
I'm looking at the general log I've enabled in MySQl and it's working nicely. However, queries appear to be truncated a little over 1000 characters.
What's the deal with that?
Copyright © 2021 Jogjafile Inc.
You should also change the field type, the 'argument' field is medium text, you should change it to 'longtext' with the following query.
what kind of query is so great than 1000?
maybe logging a BLOB field?