java - Logs don't show up under Google App Engine project console -
I'm struggling with this basic stuff a week ago Simple log work in my Google App Engine (JAVA) app can not do.
I started with very straight forward looking
Within my finishing square I have defined the Then I tried to login in one of my endpoint methods like this: There is nothing visible in the logs I have to logging. Properties file and appointe-web XML is configured as written in the tutorial. Edit: Strange thing: OK I thought it: to logger in this way: Pre> private static last logger log = logger.get logger (GowMainEndpoint.class .getName ());
log.info ("test"); logs. Warning ("test"); Showing logs ... logging.properties in the file I have changed
.level = wARNING
The comment line says: # Set the default logging level for all loggers information P> But now I feel that it should be more: # set all MINIMUM logging levels for all loggers Switch to
Comments
Post a Comment