Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 950 Bytes

20_Logging.md

File metadata and controls

36 lines (26 loc) · 950 Bytes

Logging

image

The SocialDataBundle comes with a dedicated log table.

Modify Clean Up Task Expiration Days

Logs will be removed after 30 days. Change the expiration via configuration:

social_data:
    maintenance:
        clean_up_logs: 
            expiration_days: 10 #delete logs older than 10 days, default 30

Disable Clean Up Task

To disable the complete clean up task, you need to define it via configuration:

social_data:
    maintenance:
        clean_up_logs: 
            enabled: false      # disable task, default true

Custom Clean-Up

Wall

TBD

Global Log Flush

There is also a global log flush workflow. Go to the global connector configuration panel and hit the "Flush all logs" button at the left top corner.

Be aware this will truncate the logs tables and can't be undone!