[GraphHopper] Jetty server logs
Peter K
peathal at yahoo.de
Mon Nov 18 19:42:39 UTC 2013
It depends how you start jetty. But if you use the default (jetty maven
plugin) the logs will be printed directly to the standard output where
it was started. E.g. you should see:
2013-11-18 20:41:17,980 [ThreadPool Service Executor] INFO
graphhopper.http.GHThreadPool$1 - ThreadPool Service Executor STARTED
2013-11-18 20:41:18.264:INFO:oejs.AbstractConnector:Started
SelectChannelConnector at 0.0.0.0:8989
[INFO] Started Jetty Server
[WARNING] scanIntervalSeconds is set to 1 but will be IGNORED due to
manual reloading
[INFO] Console reloading is ENABLED. Hit ENTER on the console to
restart the context.
And if a request comes in it will be appended there:
...
[INFO] Console reloading is ENABLED. Hit ENTER on the console to
restart the context.
2013-11-18 20:42:17,842 [qtp18760685-67] INFO
graphhopper.http.GraphHopperServlet -
point=42.54701,1.590271&point=42.510577,1.531219&type=jsonp&locale=de&callback=jQuery110208410967108205608_1384803733154&_=1384803733158
127.0.0.1 de Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:25.0)
Gecko/20100101 Firefox/25.0 42.54701, 1.590271->42.510577, 1.531219,
distance: 8550.89653858293, time:8min, points:200, took:0.05057892,
debug - idLookup:0.030085947s, algoInit:0.005385041s,
dijkstrabiCH-routing:0.00770852s, extract time:6.13555E-4, simplify
(243->200):0.004376817s, instructions:0.001662363s, dijkstrabi,
fastest, CAR
Regards,
Peter.
> Where do I find the jetty server logs to determine the cause for
> timeout errors?
>
> _______________________________________________
> GraphHopper mailing list
> GraphHopper at openstreetmap.org
> https://lists.openstreetmap.org/listinfo/graphhopper
>
More information about the GraphHopper
mailing list