Skip to content

Commit

Permalink
change datadog logout
Browse files Browse the repository at this point in the history
  • Loading branch information
kygchng committed Oct 20, 2024
1 parent 8cb01a3 commit f7fb54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/controllers/auth.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const logout = async (
});
}
// Datadog logout
loggerInfo.log('Logout');
loggerInfo.info('Logout');

// Mixpanel logout tracking
mixpanel.track('Logout', {
Expand Down

0 comments on commit f7fb54b

Please sign in to comment.