Difference between synchronous logging and asynchronous logging?

Hi Experts,

What is the difference between synchronous logging and asynchronous logging?
In which case we should use synchronous logging, in which case we use asynchronous logging?

Thank you.

1 Like

In synchronous logging, the data is directly written to the destination i.e a file or a database. In Asynchronous logging, the data is written to a queue first and then to the destination.

2 Likes

Do you have any supporting docs. on this?

You can check the audit logging guide. attaching it here
8-0-SP1_Audit_Logging_Guide.pdf (298 KB)