Skip to content

Commit c5fd445

Browse files
committed
cdn_logs: Add log file format documentation links
1 parent aaa86b6 commit c5fd445

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

crates_io_cdn_logs/src/cloudfront.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
//! # CloudFront log parsing
2+
//!
3+
//! see <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#LogFileFormat>
4+
//! and <https://www.w3.org/TR/WD-logfile.html>.
5+
16
use crate::paths::parse_path;
27
use crate::DownloadsMap;
38
use chrono::NaiveDate;

crates_io_cdn_logs/src/fastly/mod.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
//! # Fastly CDN log parsing
2+
//!
3+
//! see <https://docs.fastly.com/en/guides/changing-log-line-formats#classic-format>.
4+
15
mod json;
26

37
use crate::paths::parse_path;

0 commit comments

Comments
 (0)