• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    Error Logs

    How-To
    2
    4
    2.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • F
      ftomiBR
      last edited by

      I notice that errors logs can easily (few hours) reach more than 30Gb on HD when there is some wrong configuration.

      I'm afraid about that, is there some way to handle the logs storage? I mean, purge them periodically?

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        Check your log4j.xml file. The "logfile" appender can be changed from a org.apache.log4j.DailyRollingFileAppender to a org.apache.log4j.RollingFileAppender and a "maxBackupIndex" set. See http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/RollingFileAppender.html

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • F
          ftomiBR
          last edited by

          It works fine, also I commented out the "DatePattern" param since it's no longer used.

          Thank you!

          1 Reply Last reply Reply Quote 0
          • First post
            Last post