[JBoss JIRA] (ISPN-10539) Server Logging management via REST
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-10539?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes edited comment on ISPN-10539 at 1/28/20 10:37 AM:
--------------------------------------------------------------------
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
* To delete a loogger:
{code}
DELETE /v2/logging/loggers/org.infinispan.blah
{code}
* To modify a logger:
{code}
PUT /v2/logging/loggers/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
was (Author: gustavonalle):
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
* To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
* To modify a logger:
{code}
PUT /v2/logging/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
> Server Logging management via REST
> ----------------------------------
>
> Key: ISPN-10539
> URL: https://issues.redhat.com/browse/ISPN-10539
> Project: Infinispan
> Issue Type: Feature Request
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Interact with the Log4j instance
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10539) Server Logging management via REST
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-10539?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes edited comment on ISPN-10539 at 1/28/20 10:38 AM:
--------------------------------------------------------------------
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
* To delete a loogger:
{code}
DELETE /v2/logging/loggers/org.infinispan.blah
{code}
* To create a logger:
{code}
POST /v2/logging/loggers/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
* To modify a logger:
{code}
PUT /v2/logging/loggers/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
was (Author: gustavonalle):
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
* To delete a loogger:
{code}
DELETE /v2/logging/loggers/org.infinispan.blah
{code}
* To modify a logger:
{code}
PUT /v2/logging/loggers/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
> Server Logging management via REST
> ----------------------------------
>
> Key: ISPN-10539
> URL: https://issues.redhat.com/browse/ISPN-10539
> Project: Infinispan
> Issue Type: Feature Request
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Interact with the Log4j instance
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10539) Server Logging management via REST
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-10539?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes edited comment on ISPN-10539 at 1/28/20 10:36 AM:
--------------------------------------------------------------------
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
To modify a logger:
{code}
PUT /v2/logging/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
was (Author: gustavonalle):
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
To modify a logger:
{code}
PUT /v2/logging/org.infinispan.blah?level=DEBUG&handler=handler¶mN=valueN
{code}
> Server Logging management via REST
> ----------------------------------
>
> Key: ISPN-10539
> URL: https://issues.redhat.com/browse/ISPN-10539
> Project: Infinispan
> Issue Type: Feature Request
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Interact with the Log4j instance
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10539) Server Logging management via REST
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-10539?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes edited comment on ISPN-10539 at 1/28/20 10:37 AM:
--------------------------------------------------------------------
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
* To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
* To modify a logger:
{code}
PUT /v2/logging/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
was (Author: gustavonalle):
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
To modify a logger:
{code}
PUT /v2/logging/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
> Server Logging management via REST
> ----------------------------------
>
> Key: ISPN-10539
> URL: https://issues.redhat.com/browse/ISPN-10539
> Project: Infinispan
> Issue Type: Feature Request
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Interact with the Log4j instance
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10539) Server Logging management via REST
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-10539?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes edited comment on ISPN-10539 at 1/28/20 10:37 AM:
--------------------------------------------------------------------
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
* To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
* To modify a logger:
{code}
PUT /v2/logging/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
was (Author: gustavonalle):
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
* To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
* To modify a logger:
{code}
PUT /v2/logging/org.infinispan.blah?level=DEBUG&handler=FILE&formatter=COLOR-PATTERN
{code}
> Server Logging management via REST
> ----------------------------------
>
> Key: ISPN-10539
> URL: https://issues.redhat.com/browse/ISPN-10539
> Project: Infinispan
> Issue Type: Feature Request
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Interact with the Log4j instance
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-10539) Server Logging management via REST
by Gustavo Fernandes (Jira)
[ https://issues.redhat.com/browse/ISPN-10539?page=com.atlassian.jira.plugi... ]
Gustavo Fernandes edited comment on ISPN-10539 at 1/28/20 10:36 AM:
--------------------------------------------------------------------
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
To modify a logger:
{code}
PUT /v2/logging/org.infinispan.blah?level=DEBUG&handler=handler¶mN=valueN
{code}
was (Author: gustavonalle):
Some API suggestions:
* To list loggers, handlers and formatters:
{code}
GET /v2/logging/loggers
GET /v2/logging/handlers
GET /v2/logging/formatters
{code}
To delete a loogger:
{code}
DELETE /v2/logging/org.infinispan.blah
{code}
> Server Logging management via REST
> ----------------------------------
>
> Key: ISPN-10539
> URL: https://issues.redhat.com/browse/ISPN-10539
> Project: Infinispan
> Issue Type: Feature Request
> Components: REST
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Priority: Major
>
> Interact with the Log4j instance
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-11238) Server Logging management via CLI
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-11238:
--------------------------------------
Summary: Server Logging management via CLI
Key: ISPN-11238
URL: https://issues.redhat.com/browse/ISPN-11238
Project: Infinispan
Issue Type: Feature Request
Components: CLI, JMX, reporting and management, Server
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 11.0.0.Final
The CLI should be extended with commands to view/alter the server logging configuration.
The CLI commands should reflect the REST API that is to be implemented by ISPN-10539:
* logging list-loggers
* logging list-handlers
* logging list-formatters
* logging set --level=[level] [category]
* logging remove [category]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months
[JBoss JIRA] (ISPN-11238) Server Logging management via CLI
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11238?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11238:
-----------------------------------
Labels: supportability (was: )
> Server Logging management via CLI
> ---------------------------------
>
> Key: ISPN-11238
> URL: https://issues.redhat.com/browse/ISPN-11238
> Project: Infinispan
> Issue Type: Feature Request
> Components: CLI, JMX, reporting and management, Server
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Labels: supportability
> Fix For: 11.0.0.Final
>
>
> The CLI should be extended with commands to view/alter the server logging configuration.
> The CLI commands should reflect the REST API that is to be implemented by ISPN-10539:
> * logging list-loggers
> * logging list-handlers
> * logging list-formatters
> * logging set --level=[level] [category]
> * logging remove [category]
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 2 months