From 6fbbb7447200ba7b6186b37bcae0fe3f9fc513f5 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Thu, 15 Aug 2024 15:20:34 -0400 Subject: [PATCH] remove section from readme --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index fb08af4..dfed567 100644 --- a/README.md +++ b/README.md @@ -51,11 +51,11 @@ For example, on Drogon: ```bash parse_all_dandi_raw_s3_logs \ --base_raw_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs \ - --parsed_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs-cody/parsed_8_12_2024/GET_per_asset_id \ + --parsed_s3_log_folder_path /mnt/backup/dandi/dandiarchive-logs-cody/parsed_8_15_2024/REST_GET_OBJECT_per_asset_id \ --excluded_log_files /mnt/backup/dandi/dandiarchive-logs/stats/start-end.log \ --excluded_ips < Drogons IP > \ --maximum_number_of_workers 6 \ - --maximum_buffer_size_in_mb 10000 + --maximum_buffer_size_in_mb 5000 ``` To parse only a single log file at a time, such as in a CRON job: @@ -72,13 +72,3 @@ parse_dandi_raw_s3_log \ ## Submit line decoding errors Please email line decoding errors collected from your local config file to the core maintainer before raising issues or submitting PRs contributing them as examples, to more easily correct any aspects that might require anonymization. - - - -## Developer notes - -`.log` file suffixes should typically be ignored when working with Git, so when committing changes to the example log collection, you will have to forcibly include it with - -```bash -git add -f .log -```