Will commit this part: <logger name="org.apache.mina.filter.ssl.SslFilter" level="OFF"/>
On 25 July 2014 20:50, Michael Wuttke <[email protected]> wrote: > Hello > > I added to the ~/red5/conf/logback.xml file of the Openmeetings > application the following lines: > > <logger name="org.apache.mina.filter.ssl.SslFilter"> > <level value="OFF"/> > </logger> > > and to the ~/red5/webapp/openmeetings/WEB-INF/classes/logback-config.xml > file the following line: > > <logger name="org.apache.mina.filter.ssl.SslFilter" level="OFF"/> > > See also the source file: > > https://svn.apache.org/repos/asf/openmeetings/branches/3.0.x/src/main/webapp/WEB-INF/classes/logback-config.xml > > Now the logging of Openmeetings works as expected. No passwords where > printed to the log file openmeetings.log any more. > > > The correct log to disable is > > org.apache.directory.api.ldap.model.message.BindRequestImpl : > > > > <logger > > name="org.apache.directory.api.ldap.model.message.BindRequestImpl" > > level="NONE"/> > Your hint doesn't help. The passwords where printed anyway. > > Thanks a lot for your help! > Michael > > Am 23.07.2014 um 19:08 schrieb Emmanuel Lécharny: > > Le 23/07/2014 18:45, [email protected] a écrit : > >> Hello Emmanuel, > >> > >> thank you for your help and advise. I will try it. > > > > Thanks ! Give us some feedback, that would be appreciated ! > -- WBR Maxim aka solomax
