v1.3.0
Minor Changes
-
04fcce2:
ggt dev
now outputs application logs!In our push to make your local development experience as streamlined as possible, we've now included application logs, by default, to output during a sync session!
Not only that, as long as your terminal supports linking, traceID(s) are also setup to take you to the editor logs!
No worries if the verbose output isn't your thing, we've got you covered:
--no-logs
- completely turns off this new feature--my-logs
- same as the editor logs boolean for only showing my logs/events--log-level
- Set the log level for incoming application logs,debug, info, error
As always any more info can be found through
ggt dev --help
!
Patch Changes
-
38210c3: Never ignore
.gadget/
directoryggt no longer ignores the
.gadget/
directory when it is listed in the.ignore
file. The.gadget/
directory is managed by ggt and ignoring it causes issues like infinite sync loops.