Export Wrangler Logs to Enumerator?
Hello! I recently have started building a project in which I want to log all of the wrangler logs I capture to a log enumerator.
I am currently using
wrangler pages deployment tail --format pretty > logs.txt
to capture logs and export them, but I was wondering if anyone had successfully shipped their wrangler logs to a free tool to enumerate the logs for better tracking and debugging.0 Replies