Salesforce Certified Heroku Architecture Designer — Question 17
Which two statements describe characteristics of Private Space Logging? (Choose two.)
Answer options
- A. Log entries are forwarded as HTTPS POST requests.
- B. Log entries are collated and forwarded by Heroku's Logplex router.
- C. Log entries can be forwarded to up to three logging services.
- D. Log entries can be forwarded to only one logging service.
Correct answer: A, C
Explanation
Option A is correct because Private Space Logging indeed forwards log entries as HTTPS POST requests. Option C is also correct as it allows forwarding to up to three logging services. Options B and D are incorrect because B refers to the method of log entry forwarding which does not apply to Private Space Logging, and D inaccurately limits the forwarding capability to just one logging service.