Re: [google-appengine] Managed VM and logging with gcloud-maven-plugin

2015-06-12 Thread Paolo Rascuna
aybe MVM is not setting the defaut current directory > to the root of the app? > > Ludo > > > On Thu, Jun 11, 2015 at 12:38 AM, Paolo Rascuna > wrote: > > I'm afraid, that didn't help. > > On Wednesday, 10 June 2015 18:51:28 UTC+1, Les Vogel wrote: >

Re: [google-appengine] Managed VM and logging with gcloud-maven-plugin

2015-06-11 Thread Paolo Rascuna
I'm afraid, that didn't help. On Wednesday, 10 June 2015 18:51:28 UTC+1, Les Vogel wrote: > > Try changing it to "/app/WEB-INF/logging.properties" > > Les > > On Wed, Jun 10, 2015 at 2:26 AM, Paolo Rascuna > wrote: > >> Thanks Les, but I al

Re: [google-appengine] Managed VM and logging with gcloud-maven-plugin

2015-06-10 Thread Paolo Rascuna
l = INFO* >>> >>> # Loggers >>> *com.example.bigtable.managedvms.level=ALL* >>> >>> org.apache.http.level=OFF >>> org.apache.http.wire.level=OFF >>> com.google.apphosting.repackaged.org.apache.http.wire.level=OFF >>> >>> com.google.appho

Re: [google-appengine] Managed VM and logging with gcloud-maven-plugin

2015-06-04 Thread Paolo Rascuna
gtable.managedvms.level=ALL > > Then in a separate window, I run the following script on my Mac: > > #!/bin/bash > docker logs -f `docker ps -q` > > > On Wed, Jun 3, 2015 at 6:39 AM, Paolo Rascuna > wrote: > >> Hi, >> I have a java project running on Man

[google-appengine] Managed VM and logging with gcloud-maven-plugin

2015-06-03 Thread Paolo Rascuna
Hi, I have a java project running on Managed VM, and I use gcloud-maven-plugin to run the app locally, simply mvn gcloud:run I would like to see my application logs straight in the console, but so far I can only see the access logs. The only way that I found is to login directly into the docke