6 ms·
AWS Cloud Watch Logs can take JSON format log events. This displays better in the AWS console -- and also it enables better queries than raw text, e.g. `{$.res
by greghendershott 8y ago
AWS Cloud Watch Logs can take JSON format log events.
This displays better in the AWS console -- and also it enables better queries than raw text, e.g. `{$.response.code >= 400}`.
- azinman2 8y agoWhile I agree it's nice they can take it, I don't think their viewer is particularly readable or advanced. Apple's very basic Console.app is a much stronger example, and it's super simple in capabilities.