[
https://issues.apache.org/jira/browse/IGNITE-20286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Igor updated IGNITE-20286:
--------------------------
Description:
The information about taken REST port is disappeared from logs.
Previously the string was present:
{code:java}
2023-08-24 05:01:08:983 +0300 [INFO][main][Micronaut] Startup completed in
118ms. Server Running: http://5e85d1e4d3d1:10301{code}
{{}}Now it is impossible to determine the taken port by node (because REST
endpoint support `portRange`).
The possible reason of the problem: IgniteRunner doesn't have SL4J
implementations in dependencies.
!image-2023-08-25-16-20-23-118.png!
was:
The information about taken REST port is disappeared from logs.
Previously the string was present:
{{2023-08-24 05:01:08:983 +0300 [INFO][main][Micronaut] Startup completed in
118ms. Server Running:
}}{{[http://5e85d1e4d3d1:10301|http://5e85d1e4d3d1:10301/]}}
Now it is impossible to determine the taken port by node (because REST endpoint
support `portRange`).
The possible reason of the problem: IgniteRunner doesn't have SL4J
implementations in dependencies.
!image-2023-08-25-16-20-23-118.png!
> Information about REST port disappeared from logs
> -------------------------------------------------
>
> Key: IGNITE-20286
> URL: https://issues.apache.org/jira/browse/IGNITE-20286
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 3.0.0-beta2
> Reporter: Igor
> Priority: Major
> Attachments: image-2023-08-25-16-20-23-118.png
>
>
> The information about taken REST port is disappeared from logs.
> Previously the string was present:
> {code:java}
> 2023-08-24 05:01:08:983 +0300 [INFO][main][Micronaut] Startup completed in
> 118ms. Server Running: http://5e85d1e4d3d1:10301{code}
> {{}}Now it is impossible to determine the taken port by node (because REST
> endpoint support `portRange`).
> The possible reason of the problem: IgniteRunner doesn't have SL4J
> implementations in dependencies.
> !image-2023-08-25-16-20-23-118.png!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)