archive_logs: Archive logs

archive_logsR Documentation

Archive logs

Description

Archive logs

Usage

archive_logs(regex = ".*", log_dir = "logs", new_dir = NULL,
  create_empty = FALSE)

Arguments

regex

Regular expression a log must match to be archived

log_dir

The logging directory.

new_dir

The directory where the logs should be moved to. 'NULL' indicates a time stamped directory under "logs".

create_empty

Whether or not to create an empty directory.


lorenzwalthert/drogger documentation built on April 4, 2024, 9:32 a.m.