OHDSI / CohortGenerator

An R package for instantiating cohorts using data in the CDM.
https://ohdsi.github.io/CohortGenerator/
11 stars 10 forks source link

Incremental mode - logging verbosity #113

Open anthonysena opened 11 months ago

anthonysena commented 11 months ago

Per @azimov, it would be a useful to have a mechanism to control the logging levels for the cohort generation messages when running in incremental mode.

azimov commented 11 months ago

I also think it would be best to output a log that says:

Skipping cohorts: 1, 2, 3, 4, 5, ...

Instead of a log line one by one as it does now.