RIPE-NCC / whois

RIPE Database whois code repository
Other
386 stars 96 forks source link

Improve logging #152

Closed agoston closed 10 years ago

agoston commented 10 years ago
  1. We need to log the incoming message that came via REST API. Right now they are only logged in audit log, which is not indexed by logsearch.
  2. We need to log the full incoming URL in audit log for improved debugging.
eshryane commented 10 years ago

Also - only an ack file is generated for REST updates, and no msg-out.

We need to improve indexing, to index ack files if no msg-out is found (so no duplicates in the index for other update types).

eshryane commented 10 years ago

Also - the plaintext password used is not logged on an update with failed authentication (affects syncupdates and REST logs)

eshryane commented 10 years ago

Tested that full incoming URL is in audit log. 60bb74f9207a1945d3fadc88b3a1bc1163fc6ccc

eshryane commented 10 years ago

Re-test using logsearch: (1) REST API update on Jan/8 of 5.153.55.200 should include acknowledgement (2) SyncUpdates update on Jan/8 of 81.255.206.52 should NOT include acknowledgement

eshryane commented 10 years ago

Fixed