Please improve the client log rolling
The debugging of a sporadically issue is very worse if the logging is running several days/weeks.

Today for the naming of the log files it seems that the process-id is used. This is very bad because a process ID is not an unique identifier and it may happen that for oneday the logs will written in as example credentialprovider-123456.log the next day will written in credentialprovider-999999.log and another day later the logs will written in credentialprovider-123456 etc.


Please use log roation with an counter or something

Comments