Loading data question

Hello:

After successfully executing code for importing data, I see the following results "Added 19047 labels, created 19047 nodes, set 171423 properties, completed after 15159 ms.".

I want to know if these results are getting logged somewhere in the Neo4j database and if yes, how can I query it ???

If not, is there a way I can log this information?

Any help is greatly appreciated.
Thanks

Hi @myrights99

You can find the log at /logs/query.log.

You can use Query Log Analyzer (Graph Apps).
This method is easy to find your queries.