That depends on a lot of things. Especially what you need the log file for. Are you sure you even need a log file?
As an iPhone and Android user I can tell you that I've never looked at a log file for any app that I've used. So chances are that your users will never even look at the log file. If it's not for the users I don't see why you should save it on the phone, since the user is the only one with access to the phone.
Also if the log file is overwritten when it reaches the maximum size, that indicates that only the last log entry is of interest (since it overwrites all the others). If that's the case the log file should always be the size of the last entry.
If you want a number I would say 256 KB (or less). That should be small enough to not bother anyone and big enough to log almost anything. However I'm still not convinced that you need that log.