Setting log file sizes requires some knowledge of both the database engine and the application that uses it. Does your database need FULL RECOVERY or will SIMPLE RECOVERY be sufficient for its needs? Is autogrowth needed, forbidden, or somewhere in between (based on your question it appears to be needed, but I'm not willing to assume that yet). You haven't told us enough about your appliaction for me to answer these questions. Once you know enough to answer these questions (which should take your exisitng application knowledge plus five or ten minutes reading about
database backups to acheive), you probably will know how to configure your log file setting.
-PatP