Local logging on by default sometimes
npx convex dev use any sort of inference to turn on logging by chance? It seems to print logs without the --tail-logs flag depending on how it's run.Here are three npm scripts I use:
The first script just runs the other two concurrently.
- If I do
npm start, I get logs, even though there's no --tail-logs flag- If I do
npm run convex-dev, I get no logs, as expectedI'd like to run
npm start with no convex logs and then log for the backend in a separate cli, but I can't get npm start to not log for convex.