Skip to contents

Blocks the R session and prints server log output as it arrives. Press Ctrl+C (or Escape in RStudio/Positron) to stop streaming.

Usage

ghqc_log(log_level = Sys.getenv("GHQC_LOG_LEVEL", "DEBUG"), interval = 0.2)

Arguments

log_level

Logging filter level

interval

Seconds to wait for output before checking again.