On Tue, Nov 11, 2008 at 8:33 AM, Jiří Kuhn <[EMAIL PROTECTED]> wrote: > I thing, no, I believe that exceptions are not debugging messages. What do > you think?
The reasoning, while it might not be a good one, is that these are exceptions that occur as part of "normal" user behavior, like disconnecting in the middle of a upload. Therefore we log them at a low level, but INFO might be a better choice than debug. I would like to use ERROR only for exceptions that will cause problems with FtpServer. /niklas
