Re: upload size is -1
Janne Jalkanen <[email protected]> Mon, 8 Oct 2007 21:42:46 +0300
| Newsgroups | gmane.comp.java.jspwiki.user |
|---|---|
| Message-ID | <[email protected]> |
> Is there some kind of debug flag I can turn on to get more verbose > logging > to see what > might be going wrong? Thanks. Yup. Turn the log level in your jspwiki.properties to DEBUG instead of INFO. It should be right at the end of the file. log4j.rootCategory=INFO,FileLog /Janne