Rstudio render message

When I run render() command from R console, my rmarkdown script will be rendered without producing any error. But when I render via knit button on Rstudio, my rmarkdown script output following message in render tab and does not show any messages until rendering is finished in several minutes.

[Detected output overflow; buffering the next 5000 lines of output]

Are there any options to prevent this message in Rstudio?

(I printed many logger::log_info() message in my script, so 1 option is to change log level of logger, but I think It is preferable for the user to see the messages.)

Now I think it might be possible if I use rstudioapi::writeRStudioPreference(). But I could not find out what "name" can be passed to this function. Any comment will be appreciated, thanks!!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.