Skip to content

Commit

Permalink
cdn_logs: Add log file format documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Jan 31, 2024
1 parent aaa86b6 commit c5fd445
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates_io_cdn_logs/src/cloudfront.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
//! # CloudFront log parsing
//!
//! see <https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html#LogFileFormat>
//! and <https://www.w3.org/TR/WD-logfile.html>.
use crate::paths::parse_path;
use crate::DownloadsMap;
use chrono::NaiveDate;
Expand Down
4 changes: 4 additions & 0 deletions crates_io_cdn_logs/src/fastly/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
//! # Fastly CDN log parsing
//!
//! see <https://docs.fastly.com/en/guides/changing-log-line-formats#classic-format>.
mod json;

use crate::paths::parse_path;
Expand Down

0 comments on commit c5fd445

Please sign in to comment.