Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
metsimporter
Commits
21af2336
Commit
21af2336
authored
Jun 03, 2022
by
Joerg-Holger Panzer
Browse files
Add log output
parent
7ee49886
Pipeline
#300844
passed with stages
in 15 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
indexer/helper/fileAccess.go
View file @
21af2336
...
...
@@ -313,7 +313,7 @@ func CreateImageInfoInS3(bucket string, infojsonkey string, imagekey string, doc
}
log
.
Printf
(
"infoJsonString: %v"
,
infoJsonString
)
log
.
Printf
(
"UploadTo: %s, %s, err: %s"
,
product
,
infojsonkey
,
err
)
log
.
Printf
(
"UploadTo:
'
%s
'
,
'
%s
'
, err: %s"
,
product
,
infojsonkey
,
err
)
return
&
types
.
ImageInfo
{
Width
:
int32
(
width
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment