You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "hansva (via GitHub)" <gi...@apache.org> on 2023/02/15 09:09:09 UTC

[GitHub] [hop] hansva opened a new issue, #2344: [Bug]: VFS with https and basic authentication is ignoring logging level settings

hansva opened a new issue, #2344:
URL: https://github.com/apache/hop/issues/2344

   ### Apache Hop version?
   
   2.0
   
   ### Java version?
   
   11
   
   ### Operating system
   
   Windows
   
   ### What happened?
   
   Migration: https://issues.apache.org/jira/browse/HOP-4242
   
   I have set logging level to Minimal to easily detect ERRORs on production run, but after using Text file input with https://login:pass@url/ I am getting a lot of unwanted messages:
   
   ```
   Sep 26, 2022 3:38:40 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
   INFO: basic authentication scheme selected
   ```
   
   that message actually goes from ancient commons-httpclient-3.1, but according https://mvnrepository.com/artifact/org.apache.commons/commons-vfs2/2.9.0 is VFS only optionally dependent on it and should be working also with current httpclient-4.5 (where this message is DEBUG)
   
   when I think over it again, commons logging is yet another facade, so the actual logging have to go over some unconfigured logging backend
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Other


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org