Log rolling for compute logs based on size: We ha...
# ask-community
s
Log rolling for compute logs based on size: We have configured the log rolling retention to purge logs after a certain number of days using the following configuration in the dagster.yaml file. Is there any way to trigger a purge when the log size reaches a specific threshold?. Is there a way to configure the purging of compute logs based on a predefined period or size? dagster.yaml file
Copy code
retention:
  schedule:
    purge_after_days: 90
  sensor:
    purge_after_days:
      skipped: 7
      failure: 30
      success: -1