Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    smarClientServer.txt sql.log.maxLength limit: Log file truncated

    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

    ?

    #2
    You set it in server.properties. It’s default is established in the internal file framework.properties.

    Comment


      #3
      Thanks. Seems undocumented.

      Comment


        #4
        Other than in the log, yes :)

        Comment

        Working...
        X