Truncated console logs on latest wrangler
Does anyone know why console logs are now truncated? Using wrangler 3.13.

console.log(object);
// Below is the result of the object, it's missing about 3 fields.
Object {
id: 24,
store_id: 3,
status: synced,
shopify_order_id: 000000000000,
shopify_order_name: #00000000
...
}