You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Bernd Eckenfels (JIRA)" <ji...@apache.org> on 2015/03/02 02:59:04 UTC

[jira] [Resolved] (VFS-564) FtpFileObject creates Logger instance for each object

     [ https://issues.apache.org/jira/browse/VFS-564?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bernd Eckenfels resolved VFS-564.
---------------------------------
       Resolution: Fixed
    Fix Version/s: 2.1
         Assignee: Bernd Eckenfels

Yeah, I think the logging is pretty messed up anyway, with the Components it requires mutable instance loggers, others could be static. I changed all Loggers where a static class was used in the following revision: http://svn.apache.org/r1663192



> FtpFileObject creates Logger instance for each object
> -----------------------------------------------------
>
>                 Key: VFS-564
>                 URL: https://issues.apache.org/jira/browse/VFS-564
>             Project: Commons VFS
>          Issue Type: Bug
>            Reporter: Dmitry Konstantinov
>            Assignee: Bernd Eckenfels
>            Priority: Minor
>             Fix For: 2.1
>
>
> {code}
> private final Log log = LogFactory.getLog(FtpFileObject.class);
> {code}
> *static* modifier is missed.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)