We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe97093 + bcc5f57 commit b7ac3a6Copy full SHA for b7ac3a6
zdfs.go
@@ -73,7 +73,7 @@ func overlaybdConfPath(dir string) string {
73
}
74
75
func overlaybdInitDebuglogPath(dir string) string {
76
- return filepath.Join(dir, zdfsMetaDir, "init-debug.log")
+ return filepath.Join(dir, "block", "init-debug.log")
77
78
79
func isOverlaybdLayer(dir string) (bool, error) {
0 commit comments