Using Digital Ocean Ubuntu droplets?
Follow our Ubuntu log forwarding guide to collect Logs & Metrics from the managed Ubuntu droplets.
Collect logs from your Digital Ocean Apps.
Token
field.You should see your logs in Better Stack → Live tail.
Follow our Ubuntu log forwarding guide to collect Logs & Metrics from the managed Ubuntu droplets.
Digital Ocean has a hard set limit to the bytes-per-row at 2000B for log forwarding. This may cause some information in your logs to be omitted.
To avoid this limit, you can split your longer logs into multiple records, or implement logging directly in your app and skip Digital Ocean forwarding. This would give you greater control over the format of your logs.
For example, see logging directly from Javascript app.