is it possibly to change default table names for DBAppender in logback and how can I do it ?
P.S. Browsing sources I found that DBAppender have property implemented DBNameResolver interface for getting table names, I can implement this interface in custom made dbNameResolver and then use custom made table names, but the major problem for me is how to set that custom made dbNameResolver into original DBAppender... is that possibly ?