I'm getting a bunch of LogTail connection attempts out of my development VM when I run the @web3-storage/access-api package locally. In a case like this — where I don't have a LOGTAIL_TOKEN and don't really need/want to be collecting metrics while working on the code anyway — could there be an option to just bypass the actual API connection? I.e. just show locally only and/or simply discard instead of connecting to logtailApiURL….
I'm getting a bunch of LogTail connection attempts out of my development VM when I run the
@web3-storage/access-api
package locally. In a case like this — where I don't have aLOGTAIL_TOKEN
and don't really need/want to be collecting metrics while working on the code anyway — could there be an option to just bypass the actual API connection? I.e. just show locally only and/or simply discard instead of connecting tologtailApiURL
….