Hi,

I also looked into console.log and what I saw was

11/9/11 12:43:43 PM org.neo4j.server.NeoServerWithEmbeddedWebServer INFO: 
Starting Neo Server on port [7474] with [80] threads available
11/9/11 12:43:43 PM org.neo4j.server.database.Database INFO: Using database at 
/Programming/Projects/Resources/Semantic/NoSQL 
DataBases/Neo4J/package/neo4j-community-1.5-SNAPSHOT/data/graph.db
11/9/11 12:43:44 PM org.neo4j.server.modules.DiscoveryModule INFO: Mounted 
discovery module at [/]
11/9/11 12:43:44 PM org.neo4j.server.plugins.PluginManager INFO: Loaded server 
plugin "CypherPlugin"
11/9/11 12:43:44 PM org.neo4j.server.plugins.PluginManager INFO: Loaded server 
plugin "GremlinPlugin"
11/9/11 12:43:44 PM org.neo4j.server.modules.RESTApiModule INFO: Mounted REST 
API at [/db/data/]
11/9/11 12:43:44 PM org.neo4j.server.modules.ManagementApiModule INFO: Mounted 
management API at [/db/manage/]
11/9/11 12:43:44 PM org.neo4j.server.modules.WebAdminModule INFO: Mounted 
webadmin at [/webadmin]
11/9/11 12:43:44 PM org.neo4j.server.web.Jetty6WebServer INFO: Mounting static 
content at [/webadmin] from [webadmin-html]
11/9/11 12:43:45 PM org.neo4j.server.statistic.StatisticStartupListener INFO: 
adding statistic-filter to /webadmin
11/9/11 12:43:45 PM org.neo4j.server.statistic.StatisticStartupListener INFO: 
adding statistic-filter to /db/manage
11/9/11 12:43:45 PM org.neo4j.server.statistic.StatisticStartupListener INFO: 
adding statistic-filter to /db/data
11/9/11 12:43:45 PM org.neo4j.server.statistic.StatisticStartupListener INFO: 
adding statistic-filter to /
11/9/11 12:43:45 PM org.neo4j.server.NeoServerWithEmbeddedWebServer INFO: 
Server started on [http://localhost:7474/]


This log did not show updates in the run time either.

Thanks,



________________________________
From: Mattias Persson <[email protected]>
To: Neo4j user discussions <[email protected]>
Sent: Wednesday, November 9, 2011 12:38 PM
Subject: Re: [Neo4j] Neo4j REST server's log files

You want to look at data/log/console.log and data/log/neo4j.0.log (I think
it's called).

Peter, messages.log isn't for users, it's mainly for forensics/debugging
where a neo4j dev can get info by looking at.

Neo4j is rather light on the logging in general.

Den onsdagen den 9:e november 2011 skrev Peter Neubauer<
[email protected]>:
> Andrew,
> Go you have the generating code somewhere you check and reproduce?
> On Nov 9, 2011 6:26 PM, "andrew ton" <[email protected]> wrote:
>
>>
>>
>> Hi Peter,
>>
>> I tried the messages.log but it only showed processes up to the time when
>> the server is up
>>
>> 2011-11-09 08:59:19.669-0800: --- CONFIGURATION END ---
>> 2011-11-09 08:59:19.733-0800: Extension
>> org.neo4j.kernel.KernelExtension[kernel jmx] loaded ok
>> 2011-11-09 08:59:19.857-0800: Extension
>> org.neo4j.kernel.KernelExtension[shell] loaded ok
>> 2011-11-09 08:59:19.858-0800: Extension
>> org.neo4j.kernel.KernelExtension[kernel udc] loaded ok
>>
>> The manual shows that the logging is configured in
conf/logging.properties
>> (java.util.logging.FileHandler.pattern=data/log/neo4j.%u.%g.log). I'm
using
>> the default settings but the log file was not updated in the run time.
>> My purpose is that I want to see what is wrong when I failed to store an
>> ontology into Neo4J.
>> Please help me out!
>>
>> Thanks and regards,
>>
>>
>>
>> ________________________________
>> From: Peter Neubauer <[email protected]>
>> To: Neo4j user discussions <[email protected]>
>> Sent: Wednesday, November 9, 2011 8:46 AM
>> Subject: Re: [Neo4j] Neo4j REST server's log files
>>
>> Andrew,
>> The database logs are in data/graphdb / messages.log
>> On Nov 9, 2011 5:39 PM, "andrew ton" <[email protected]> wrote:
>>
>> >
>> >
>> > Hi,
>> >
>> > What log files of the Neo4J REST server can I use to check what's going
>> on
>> > in the server? The log/console.log and neo4j.x.x.log do not show
>> > transactions in the run time. I also looked into graph.db/tm_tx_log.x
>> but I
>> > did not learn anything from there. Can somebody give me some pointers?
>> >
>> > Thanks,
>> > _______________________________________________
>> > Neo4j mailing list
>> > [email protected]
>> > https://lists.neo4j.org/mailman/listinfo/user
>> >
>> _______________________________________________
>> Neo4j mailing list
>> [email protected]
>> https://lists.neo4j.org/mailman/listinfo/user
>> _______________________________________________
>> Neo4j mailing list
>> [email protected]
>> https://lists.neo4j.org/mailman/listinfo/user
>>
> _______________________________________________
> Neo4j mailing list
> [email protected]
> https://lists.neo4j.org/mailman/listinfo/user
>

-- 
Mattias Persson, [[email protected]]
Hacker, Neo Technology
www.neotechnology.com
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user
_______________________________________________
Neo4j mailing list
[email protected]
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to