Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Rocket.Chat
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RocketChat
Rocket.Chat
Commits
90380cdb
Commit
90380cdb
authored
8 years ago
by
Gabriel Engel
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #5735 from nishimaki10/more-info-integration
Add integration name to info log
parents
d1c14dc9
2ecc0f3b
No related branches found
Branches containing commit
Tags
6.0.0-rc.10
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
packages/rocketchat-integrations/server/api/api.coffee
+2
-2
2 additions, 2 deletions
packages/rocketchat-integrations/server/api/api.coffee
with
2 additions
and
2 deletions
packages/rocketchat-integrations/server/api/api.coffee
+
2
−
2
View file @
90380cdb
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment