From d66e9751bffbfa15af22d4e9ab7aafdaf5f609fb Mon Sep 17 00:00:00 2001 From: Joe Ziminski <55797454+JoeZiminski@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:27:01 +0100 Subject: [PATCH] Update documentation to reflect new logging format. --- docs/source/pages/documentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/pages/documentation.md b/docs/source/pages/documentation.md index 4187831f4..7e0beee1d 100644 --- a/docs/source/pages/documentation.md +++ b/docs/source/pages/documentation.md @@ -625,7 +625,7 @@ to the `.datashuttle` folder that is created in the *local* project folder. For each command run, a log of that command is placed in the logs folder, with the time and date of the command. The log itself contains relevant information pertaining to that command. For example, if the commands `make_sub_folders`, `upload`, `download` were run sequentially, the logs output folder would look like: ``` -make_sub_folders_2023-06-08_09-55-14.log -upload_data_2023-06-08_09-55-45.log -download_data_2023-06-08_09-56-19.log +20230608T095514_make-sub-folders.log +20230608T095545_upload-data.log +20230608T095621_download-data.log ```