Closed allynt closed 3 years ago
Currently all log_records created via the create_log_records fn are at the INFO level. This should come from one of the parameters of the request payload. (Probably w/ a default value of INFO).
create_log_records
INFO
Describe the feature
Currently all log_records created via the
create_log_records
fn are at theINFO
level. This should come from one of the parameters of the request payload. (Probably w/ a default value ofINFO
).