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.
1 parent 9d48cd7 commit ea9a362Copy full SHA for ea9a362
main.go
@@ -117,6 +117,7 @@ func postHandler() http.HandlerFunc {
117
w.Write([]byte("Error while writing the file"))
118
return
119
}
120
+ log.Info().Str("path", dstPath).Msg("File uploaded successfully")
121
w.WriteHeader(http.StatusOK)
122
w.Write([]byte("File uploaded successfully"))
123
0 commit comments