Skip to content

Commit

Permalink
fix(register-client): do not log line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
pmb0 committed Dec 7, 2020
1 parent 5faf9b7 commit b638602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unleash-client/register/register-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export class UnleashRegisterClient {
strategies,
}

this.logger.debug(payload)
this.logger.debug(`Registering ${JSON.stringify(payload)})`)

await this.client.post<
UnleashRegisterClientReponsePayload,
Expand Down

0 comments on commit b638602

Please sign in to comment.