logActivity

internal fun logActivity(desc: String)(source)

Logs an activity description for debugging and monitoring.

Activities are stored in a rolling queue with timestamps for debugging purposes. The queue automatically evicts old entries when it reaches capacity. This information is available through the debug servlet when enabled.

Parameters

desc

Description of the activity to log