]
Katia Aresti updated ISPN-12573:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 12.0.0.CR1
Resolution: Done
Examples for REST API Server logging configuration are wrong
------------------------------------------------------------
Key: ISPN-12573
URL:
https://issues.redhat.com/browse/ISPN-12573
Project: Infinispan
Issue Type: Bug
Components: Documentation
Affects Versions: 11.0.8.Final
Reporter: Wolf-Dieter Fink
Assignee: Wolf-Dieter Fink
Priority: Minor
Fix For: 12.0.0.CR1
The example for changing logger by using REST is wrong as it use the wrong separator and
produce an error message illegal request. The separator wetween URL and parameter is
"&" instead of "?"
{{PUT
/rest/v2/logging/loggers/\{loggerName}&level=\{level}&appender=\{appender}&appender=\{appender}...}}