You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,8 @@ In the Magento admin, you can find the results in:
64
64
- for Magento 2.1.x: Products > Data Integrity Checker
65
65
- for Magento 2.2.0 and higher: Catalog > Data Integrity Checker
66
66
67
-
The results of the checkers are currently stored in the directory `var/tmp` as `.json` files.
67
+
The results of the checkers are currently stored by default in the directory `var/tmp` as `.json` files.
68
+
But you can change the path in the backend settings under Stores > Configuration > Catalog > Url Data Integrity Checker by entering a relative path starting from the Magento installation directory or an absolute path. The directory you enter there needs to exist before it will work.
0 commit comments