I\'ve been trying to set up a simple logback project to roll my log files by date and by filesize, and so far I have been unable to get my appender to roll over to another f
Since logback 1.1.7 (released March 2016) a new appender called SizeAndTimeBasedRollingPolicy is available that dramatically simplifies what you need to do: