Add an option for JSON-compatible logs

Description

Currently, Crawlee "statistics" logs are formatted as tables, which are human-readable but problematic when using JSON logs.

Solution

Introduce a Crawler's flag that outputs logs in a JSON-compatible format. This would allow users to toggle between "table" and JSON-compatible logs.