From d918001ee47951331f5018df8e3b4bdefe70d85e Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Tue, 31 Jan 2023 21:32:17 -0800 Subject: [PATCH] Improve log file docs (#2347) ## Description Add some nuance to log file docs. ## Does this PR need a docs update or release note? - [x] :no_entry: No ## Type of change - [x] :world_map: Documentation - [ ] :robot: Test - [ ] :computer: CI/Deployment - [ ] :broom: Tech Debt/Cleanup ## Issue(s) * #2329 --- website/docs/setup/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/docs/setup/configuration.md b/website/docs/setup/configuration.md index 85c99c6bb..d9255f6b7 100644 --- a/website/docs/setup/configuration.md +++ b/website/docs/setup/configuration.md @@ -129,7 +129,9 @@ directory within the container. ## Log Files +Corso generates a unique log file named with its timestamp for every invocation. The default location of Corso's log file is shown below but the location can be overridden by using the `--log-file` flag. +The log file will be appended to if multiple Corso invocations are pointed to the same file. You can also use `stdout` or `stderr` as the `--log-file` location to redirect the logs to "stdout" and "stderr" respectively.