You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/17 23:09:00 UTC

[jira] [Commented] (LOG4J2-2810) Allow ConfigurationSource from Remote URL

    [ https://issues.apache.org/jira/browse/LOG4J2-2810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086134#comment-17086134 ] 

ASF subversion and git services commented on LOG4J2-2810:
---------------------------------------------------------

Commit defeb40d5ec882e03eb97b4ff11e0fea661b1c8c in logging-log4j2's branch refs/heads/release-2.x from Ralph Goers
[ https://gitbox.apache.org/repos/asf?p=logging-log4j2.git;h=defeb40 ]

LOG4J2-2810 - Add information about using a URL in log4j.configurationFile


> Allow ConfigurationSource from Remote URL
> -----------------------------------------
>
>                 Key: LOG4J2-2810
>                 URL: https://issues.apache.org/jira/browse/LOG4J2-2810
>             Project: Log4j 2
>          Issue Type: New Feature
>          Components: Configuration, Core
>            Reporter: Francesco Scipioni
>            Priority: Trivial
>
> Implement different remote version of XMLConfigurationFactory, JsonConfigurationFactory and so on, to allow the possibility to download file configuration from remote URL o FILE.
> In example you could use a file called log4j2.rjson and write on it where download the file:
> content of log4j2.rjon is : [http://127.0.0.1:8080/log]
> and get from that url a json configuration
>  
> In the same way you could use a log4j2.rxml to get the configuration in format XML:
> content of log4j2.rxml is : file://path/to/file/xml
>  
> If this can be reasonable i can work on it



--
This message was sent by Atlassian Jira
(v8.3.4#803005)