>
> BTW can you or Sanne or someone else please take look at the class
> AvroSerializationProvider, line 73.
> Is it really needed to log for every instance of AvroSerializationProvider
> the same
> information? I have started today for the first time the application server
> with the
> new Hib
Hi Hardy,
> I am not quite sure which message we are talking about concretely, but I just
> wanted to say that you
> can configure the log level for each single class. You don't have to provide
> a custom implementation
> just because you don't like the logging in the default implementation.
Hi Sanne,
>> Our custom implementation is based on TransactionalWorker. We have a
>> requirement
>> to specify the index base by a system property. I see that in the current
>> Hibernate
>> Search it is possible to do it by using the system property "indexBase"
>> (s. DirectoryProviderHelper#IND
On May 7, 2012, at 11:54 PM, Sanne Grinovero wrote:
>> And our implementation
>> does not produce messages if it creates directories for indexes. I'm
>> personally not
>> interested in the fact that Hibernate Search creates some directories (btw.
>> IMHO it should
>> be logged with info level a
Hi Andrej,
On 7 May 2012 22:01, Andrej Golovnin wrote:
> Hi Hardy,
>
>> thanks for pointing this out. This is really a bug in the code rather than a
>> documentation error.
>> I created
>> https://hibernate.onjira.com/browse/HSEARCH-1118
>> to track the issue. There will
>> be a 4.1.1 release s
Hi Hardy,
> thanks for pointing this out. This is really a bug in the code rather than a
> documentation error.
> I created
> https://hibernate.onjira.com/browse/HSEARCH-1118
> to track the issue. There will
> be a 4.1.1 release shortly which will include a fix for the issue.
Thanks!
>
> Ou
Hi Andrej,
thanks for pointing this out. This is really a bug in the code rather than a
documentation error.
I created https://hibernate.onjira.com/browse/HSEARCH-1118 to track the issue.
There will
be a 4.1.1 release shortly which will include a fix for the issue.
Out of interest though, what