Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
memoriav
Memobase 2020
services
Import Process
Import API
Commits
f8d347c5
Commit
f8d347c5
authored
Jun 30, 2020
by
Lionel Walter
Browse files
Add some debugging log
parent
a85a2922
Pipeline
#10783
passed with stages
in 10 minutes and 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
import_api_app/models/Drupal.py
View file @
f8d347c5
...
...
@@ -5,6 +5,8 @@ import json
def
write_results
(
job_log_drupal_uuid
,
report
):
current_app
.
logger
.
debug
(
"uuid to write: "
+
job_log_drupal_uuid
)
current_app
.
logger
.
debug
(
"report to write: "
+
report
)
headers
=
{
'Content-Type'
:
'application/vnd.api+json'
,
'Accept'
:
'application/vnd.api+json'
,
...
...
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