Open bilalaslam opened 10 years ago
It's useful to be able to attach metadata like tags to log files. It would be useful to be able tag log file as 'errors' or 'success'. As it stands, we end up overloading the log name in the archive_uri field to pack in metadata.
archive_uri
Are your notions of error or success separate from whether the log file was successfully pushed out to S3?
error
success
Correct. This purely indicates a metadata tag that will be used for downstream processing.
It's useful to be able to attach metadata like tags to log files. It would be useful to be able tag log file as 'errors' or 'success'. As it stands, we end up overloading the log name in the
archive_uri
field to pack in metadata.