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 ## Type of change - [x] 🗺️ Documentation - [ ] 🤖 Test - [ ] 💻 CI/Deployment - [ ] 🧹 Tech Debt/Cleanup ## Issue(s) * #2329
This commit is contained in:
parent
45eb71f1c2
commit
d918001ee4
@ -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.
|
||||
|
||||
<Tabs groupId="os">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user