Ability to configure paws logging system, through the use of paws
helper function `paws_config_log` or R:base options function.
Users are able to change logging levels without calling paws.common by
the use of options e.g. options("paws.log_level" = 2L).
paws.log_level(integer): The minimum log level that should be trackedpaws.log_file(character): path for logs to populate, default output logs to console.paws.log_timestamp_fmt(character): seeformat.POSIXct()
Arguments
- level
(integer) to determine the level logging threshold.
5L: TRACE4L: DEBUG3L: INFO2L: WARNING1L: ERROR
- file
(character) path for logs to populate, default output logs to console.
- timestamp_fmt
(character) for timestamp format, see
format.POSIXct().