Disable DefaultFactory Logging

I’ve something like Redirecting to Google Groups but i’m using NServiceBus 5.2.25 and I use log4Net. But before the initialization of log4net nservicebus logging writes 1 line to de default logfile:
2018-01-30 15:41:31.176 INFO DefaultFactory Logging to 'D:\Projects\xxxxxxx\xxxxxxxxx\bin\Debug' with level Info

What can I do to prevent writing of ‘nsb_log_jjjj-mm-dd_0.txt’ in de application-directory of the endpoint?

Hey Jaco,

I confirmed that the fix to the host was not ported to Host 6.* . I did it in this PR Defer logger creation to allow custom logging configuration for Host 6.* by Scooletz · Pull Request #148 · Particular/NServiceBus.Host · GitHub and now it has been fixed. Please download the package NuGet Gallery | NServiceBus.Host 6.0.2 that includes the fix

Cheers,
Szymon

Thank you, problem solved!