rokwire / events-manager

Events Manager is the administrative interface to events in the Rokwire Platform. Through this web application, users can manage existing events coming from calendars and/or create and manage user events.
Apache License 2.0
1 stars 4 forks source link

[TASK] Add log to printout more details when failed to publish a user event. #1113

Closed bingzhang closed 1 year ago

bingzhang commented 1 year ago

Description

Need to print more information about the submission failure.

in publish_user_event function, log the status of error code and print out error content. https://github.com/rokwire/events-manager/blob/develop/utilities/user_utilities.py#L335

Acceptance Criteria

Please describe what it means for this issue to be considered complete.

minump commented 1 year ago

Closing as done and merged.