Hi there! I am new to Fastly CLI and investigating my options for debugging locally. What are my options outside of the CLI output? Can I integrate a local HTTP log endpoint or tail my logs in another terminal with formatting options configure?
@SonnyFishback you might want to give the Viceroy repo a look GitHub - fastly/Viceroy: Viceroy provides local testing for developers working with Compute.. Depending on what you’re wanting to do, it might be exactly what you need.
You may also find this interesting, since you are writing your service in JavaScript.