add debug messages
This commit is contained in:
parent
b2e8ef21db
commit
acf4f13a7e
|
|
@ -144,6 +144,7 @@ class Event():
|
|||
# Set the key to the patch data
|
||||
patch_data['key'] = event_key
|
||||
|
||||
logging.error("[patch_v2 base_url] [%s]", self.base_url)
|
||||
logging.error("[patch_v2 patch_data] [%s]", patch_data)
|
||||
|
||||
# Run the GET
|
||||
|
|
|
|||
Loading…
Reference in New Issue