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
0a78b7f9
Commit
0a78b7f9
authored
Jun 16, 2022
by
Joerg-Holger Panzer
Browse files
Update logging
parent
21226206
Pipeline
#303103
passed with stages
in 7 minutes and 57 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
indexer/index/elasticsearch.go
View file @
0a78b7f9
...
...
@@ -2201,7 +2201,7 @@ func WriteToPhysIndex() {
}
if
resp
.
StatusCode
>
300
{
log
.
Errorf
(
"indexing of physical document %s failed, due to %s
\n
resp: %v"
,
writeToESPhysJob
.
ID
,
resp
.
Status
,
resp
)
log
.
Errorf
(
"indexing of physical document %s failed, due to
%s
\n
url:
%s
\n
resp: %v"
,
writeToESPhysJob
.
ID
,
resp
.
Status
,
url
,
resp
)
}
resp
.
Body
.
Close
()
...
...
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