Generating (application-server.log file) every minute

Hi,

I am having an issue in the environment regarding the directory appian/logs.

Because it is generating every minute a "application-server.log" file as you can see in the picture below:

 

 

And it is causing the machine to get full.

Any Suggestions on how to solve this?

 

Thanks

  Discussion posts and replies are publicly visible

  • 0
    Certified Lead Developer
    It looks like your log4j settings have the file set to roll-over when the file hits 10MB in size. You should be able to set a max number of files that are kept. I don't know what version you are running but this would liked either be set in log4j.properties or standalone.xml

    However, this just seems like symptom of a bigger problem. I strongly suggest determining what data is actually filling up the logs. Do you have very granular logging enabled, such as SQL debugging? If so, disable it. If you have an error, then that should be tracked down and fixed.