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 logger in this way: Pre> private static last logger log = logger.get logger (GowMainEndpoint.class .getName ());

Then I tried to login in one of my endpoint methods like this:

  log.info ("test");   

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: logs. Warning ("test"); Showing logs ...

OK I thought it:

logging.properties in the file I have changed

  .level = wARNING   

to

  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

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -