Skip to content

Commit 38e6131

Browse files
Merge pull request #231319 from AjayBathini-MSFT/patch-54
(AzureCXP) fixes MicrosoftDocs/azure-docs#106810
2 parents 99d09a1 + 33fe8f3 commit 38e6131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-use-azcopy-optimize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ If you're copying blobs between storage accounts, consider setting the value of
6464

6565
#### Decrease the number of logs generated
6666

67-
You can improve performance by reducing the number of log entries that AzCopy creates as it completes an operation. By default, AzCopy logs all activity related to an operation. To achieve optimal performance, consider setting the `log-level` parameter of your copy, sync, or remove command to `ERROR`. That way, AzCopy logs only errors. By default, the value log level is set to `INFO`.
67+
You can improve performance by reducing the number of log entries that AzCopy creates as it completes an operation. By default, AzCopy logs all activity related to an operation. To achieve optimal performance, consider setting the `--log-level` parameter of your copy, sync, or remove command to `ERROR`. That way, AzCopy logs only errors. By default, the value log level is set to `INFO`.
6868

6969
#### Turn off length checking
7070

0 commit comments

Comments
 (0)