|
|
|
|
|
by d4mi3n
3472 days ago
|
|
TFA aside, centralized logging is super useful for debugging a variety of issues. There are a number of hosted options, and setting them up isn't too hard. It usually involves configuring you're application's log device to talk to the remote service, or configuring syslog on your app servers to forward logs to said service. See https://logentries.com/ for an example |
|