Hello everyone,
I’m a new contributor to MIT App Inventor and have recently set up the project on my local system. As I start exploring and contributing, I want to ensure I can effectively debug and resolve issues by using logging.
Here’s how I currently start the server:
$ your-google-cloud-SDK-folder/bin/java_dev_appserver.sh --port=8888 --address=0.0.0.0 appengine/build/war/
Could someone guide me on how to properly set up logging in MIT App Inventor? Specifically, I’d like to understand:
- How to configure logs so they display meaningful information in the terminal while the server is running.
- Any best practices for adding logs while working on features or debugging issues.
Your guidance will be a great help for me as a new contributor.
Thank you in advance!