Commit 9f99c992 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DEBUG] adding trace

parent 722bd504
Pipeline #2503 passed with stage
in 53 minutes and 53 seconds
......@@ -84,7 +84,8 @@ documentUploadAsync _uId nId doc logStatus = do
, _scst_remaining = Just 1
, _scst_events = Just [] }
logStatus jl
_ <- documentUpload nId doc
docIds <- documentUpload nId doc
printDebug "documentUploadAsync" docIds
pure $ jobLogSuccess jl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment