wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 728 forks source link

Monitor - System Logs missing #6462

Closed hefesita closed 5 years ago

hefesita commented 5 years ago

From the administration interface, Monitor the System Logs functionality is missing. Version wso2is-5.9.0-alpha3. image

JKAUSHALYA commented 5 years ago

Now the log4j2.properties file is hot deployable. Any changes done through the UI can be done via the file. Hence removed this from the UI.

hefesita commented 5 years ago

But the main purpose was not the monitoring part? It was an easy way to monitor the systems log (errors) without going on the server. "The "System Logs" page displays information regarding the log files of the current product. Furthermore, it has a feature that allows the user to view log files according to their preference. "

I am not referring to the Admin-Configure-Logging functionality.

JKAUSHALYA commented 5 years ago

Agree with your point. However, our roadmap is to slowly move into contanarize world. Even though this is good feature in the monolithic world it is considered as an anti-pattern in the container world. So we are in the process of changing accordingly. We even plan to remove JVM matrics as well in future releases. Logs should be monitored through external tools as including those features inside the product will make it little heavy which is not suitable for containers.