Skip to content
Snippets Groups Projects
Commit 90380cdb authored by Gabriel Engel's avatar Gabriel Engel Committed by GitHub
Browse files

Merge pull request #5735 from nishimaki10/more-info-integration

Add integration name to info log
parents d1c14dc9 2ecc0f3b
No related branches found
Tags 6.0.0-rc.10
No related merge requests found
......@@ -71,7 +71,7 @@ Api = new Restivus
createIntegration = (options, user) ->
logger.incoming.info 'Add integration'
logger.incoming.info 'Add integration', options.name
logger.incoming.debug options
Meteor.runAsUser user._id, =>
......@@ -115,7 +115,7 @@ removeIntegration = (options, user) ->
executeIntegrationRest = ->
logger.incoming.info 'Post integration'
logger.incoming.info 'Post integration', @integration.name
logger.incoming.debug '@urlParams', @urlParams
logger.incoming.debug '@bodyParams', @bodyParams
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment