Issue the following command, you will not get new log files each time the number of connections goes from 0 to 1:
db2 activate db <db-name>
This also will make your first connection faster, since when the database is activated (connections goes from 0 to 1 or explict activation), the buffer pools and some other database memory are dynamically allocated (which takes a little bit of time).