If set to true, the DocumentReader logs will be shown in the console.
true
bool? get logs => _logs;
set logs(bool? val) { _logs = val; _set({"logs": val}); }