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.)