trigger.dev
trigger.dev copied to clipboard
[TRI-3504] Make it clear when log properties have been clipped
We limit the length of log properties but don't make it clear that this has happened. We should make this clearer somehow, e.g. by adding a property that says this?
Hey @matt-aitken I would like to work on this issue. What I found out till now there is a logger.ts file having functions as logger.log() , logger.debug() etc , but I can't find anything limiting there lengths when calling them, Can you give some more details of what exactly is needed? Thanks.