all repos — homestead @ b6e41746f7db00110e6dd3299dc616f9026338ca

Code for my website

log file registrations

Alan Pearce
commit

b6e41746f7db00110e6dd3299dc616f9026338ca

parent

c55e17f27c38477cc38a9d4b37de7463133db69a

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M internal/storage/files/reader.gointernal/storage/files/reader.go
@@ -56,6 +56,7 @@ return errors.WithMessagef(err, "failed to make path relative, path: %s", filePath)
} urlPath := fileNameToPathName("/" + relPath) + r.log.Debug("registering file", "url", urlPath, "filename", relPath) switch filepath.Ext(relPath) { case ".br", ".gz": return nil