Do you have a logging.properties file? To use Logger, you'll need to set the
minimum log level. Look under war/WEB-INF. You should have a
logging.properties file. Look for this line:
# Set the default logging level for all loggers to WARNING
.level = WARNING
Set that to "INFO".
On Wed, Aug 4, 20
I have a simple GAE Java app.
The only things my logs ever show is GET requests.
The Logging documentation says "Everything the servlet writes to the
standard output stream (System.out) and standard error stream
(System.err) is captured by App Engine and recorded in the application
logs"
But if