SmartClient Version: SNAPSHOT_v12.1d_2020-02-21/PowerEdition Deployment (built 2020-02-21)
I have a large query that I want to analyze and would like to extract it from the smartClientServer.txt log file. But the query in the log always truncates with the message:
TREE.PK_STA_Run
...truncated (sql.log.maxLength: 10000) exceeded.
I don't think the query is 10,000 chars long. A Google doesn't seem to have a solution to this problem.
How do I capture big queries? Or how do I change the parameter length? It's not in server.properties, and I don't see it in log4j.isc.config.xml
?
I have a large query that I want to analyze and would like to extract it from the smartClientServer.txt log file. But the query in the log always truncates with the message:
TREE.PK_STA_Run
...truncated (sql.log.maxLength: 10000) exceeded.
I don't think the query is 10,000 chars long. A Google doesn't seem to have a solution to this problem.
How do I capture big queries? Or how do I change the parameter length? It's not in server.properties, and I don't see it in log4j.isc.config.xml
?
Comment