Closed imabutahersiddik closed 1 month ago
@imabutahersiddik Hello bud, this feature should fill the revision
property of the Metadata
object and should pull it from cloudflare as mentioned in the spec. For actions it can be pulled easily from the most up to date sha in relation to what branch the action ran on
Solved: Metadata is Properly Passed to LogReturn in Logging
Changes Made: Added a new trace log level in logs.ts, implemented the corresponding trace method in PrettyLogs, and replaced the trace symbol with "🔍".
Removed Trace.
This commit addresses an issue in the logging class where the metadata parameter was not consistently passed to the LogReturn instance within the _log method.
Resolves #46