You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Lee Smith <le...@weblee.co.uk> on 2009/12/09 15:49:14 UTC

Logging

Im trying to import data with DIH (mysql)

All my SQL's are good having been tested manually.

When I run full import ie:   http://localhost:8983/solr/dataimport?command=full-import

I get my XML result but nothing is being imported and it Rolles back.

In loggin I set DIH logging to fine and set them then re-run but I can  
seem to find detailed logs.

Im looking at the log in example/logs/ but its just giving basic logs  
still ?

How can I find out whats going on ??

Thank you if you can advise.

Lee



Re: Logging

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
On Wed, Dec 9, 2009 at 8:19 PM, Lee Smith <le...@weblee.co.uk> wrote:

> Im trying to import data with DIH (mysql)
>
> All my SQL's are good having been tested manually.
>
> When I run full import ie:
> http://localhost:8983/solr/dataimport?command=full-import
>
> I get my XML result but nothing is being imported and it Rolles back.
>
> In loggin I set DIH logging to fine and set them then re-run but I can seem
> to find detailed logs.
>
>
All DIH errors are logged with SEVERE level. You should be able to find them
with your servlet container's log files. If you can post the stack traces we
will be able to suggest solutions.

-- 
Regards,
Shalin Shekhar Mangar.