ryapric / loggit

Modern Logging for the R Ecosystem
Other
37 stars 2 forks source link

Uninformative `echo` #24

Open MEO265 opened 10 months ago

MEO265 commented 10 months ago

Since echo is TRUE by default, the console is easily spammed with no new information, so I would recommend changing this.

This would also have the nice side effect that you could add a log to packages by simply importing loggit without changing the other behavior (in combination with my issue #23).

Alternatively, it would also be possible to introduce an option with default TRUE if backward compatibility is to be guaranteed.