If userexit is enabled, db2 should reuse the logs in the active log directory by renaming them. Let's say, log A gets archived by userexit. When log A is no longer active (full logs are archived when they're still active) and DB2 needs to allocate a new log B, it should rename log A to log B. The archived logs can be of different size if they get truncated (at the end of an online backup, archive log command or when the database is deactivated as n_i mentioned). Truncated logs used to be deleted in older version, but they are now extended and reused.