Skip to content

Commit

Permalink
Update config to clear older logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Balamuruganjeevi authored May 27, 2024
1 parent 02a5d0c commit 8b3633c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure/group_vars/rwb_staging_vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ scheduled_job_trigger_misfire_threshold: "2700000"
scheduled_job_repeat_interval: "60"
avni_server_host: "localhost"
avni_server_port: "8021"
avni_server_opts: " -Dnewrelic.environment={{ newrelic_environment }} -javaagent:/opt/newrelic/newrelic.jar -Dlogging.file={{avni_server_access_log_dir}}/chs.log -Dlogging.path={{avni_server_access_log_dir}} -Dlogging.file.max-size=5mb -Xmx1512m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/avni_server/ -XX:ErrorFile={{avni_server_access_log_dir}}/jvm.log -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -XX:-OmitStackTraceInFastThrow"
avni_server_opts: " -Dnewrelic.environment={{ newrelic_environment }} -javaagent:/opt/newrelic/newrelic.jar -Dlogging.file={{avni_server_access_log_dir}}/chs.log -Dlogging.path={{avni_server_access_log_dir}} -Dlogging.file.max-size=5mb -Dlogging.file.max-history=90 -Xmx1512m -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/avni_server/ -XX:ErrorFile={{avni_server_access_log_dir}}/jvm.log -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -XX:-OmitStackTraceInFastThrow"
avni_server_db_host: "stagingdb.rwb.avniproject.org."
avni_server_db_port: "5432"
avni_server_db_schema: "public"
Expand Down Expand Up @@ -79,4 +79,4 @@ newrelic_distributed_tracing_enabled: "false"
avni_reporting_system_0_name: "Jasper Reports"
avni_reporting_system_0_url: "https://jasper.rwb.avniproject.org/jasperserver/login.html"
avni_reporting_system_1_name: ""
avni_reporting_system_1_url: ""
avni_reporting_system_1_url: ""

0 comments on commit 8b3633c

Please sign in to comment.