Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug output changed to a valid JSON #1791

Merged
merged 1 commit into from
Nov 21, 2022

Conversation

edsonarios
Copy link
Contributor

Issue link #1779
Before

[{'displayName': 'user', 'email': 'user@', 'iamId': '123', 'id': 123, 'username': 'SL123', 'createDate': '2014-02-04T10:33:57-06:00', 'description': 'SL123', 'id': 123, 'modifyDate': '', 'name': 'SL123', 'newUserDefaultFlag': 0, 'systemFlag': 1}],...

After

[{"displayName": "user", "email": "user@", "iamId": "123", "id": 123, "username": "SL123", "createDate": "2014-02-04T10:33:57-06:00", "description": "SL123", "id": 123, "modifyDate": "", "name": "SL123", "newUserDefaultFlag": 0, "systemFlag": 1}],...

@edsonarios edsonarios self-assigned this Nov 18, 2022
@allmightyspiff allmightyspiff linked an issue Nov 21, 2022 that may be closed by this pull request
@allmightyspiff allmightyspiff merged commit f75dbf0 into softlayer:master Nov 21, 2022
@allmightyspiff allmightyspiff mentioned this pull request Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Debug output should output valid JSON
2 participants