<div dir="ltr"><div><div><div>Hi guys,<br><br></div>I am using hazelcast in my service and when I start my service from idea or run the start-up script (./script.sh), I can see hazelcast node discovery logs in both console and log file.<br><br>Members [1] {<br>    Member [X.X.X.X]:5500 this<br>}<br><br></div>However, when I start my service "sudo service service-name start", which calls the same start-up script but runs it with start-stop-deamon, I cannot see hazelcast node discovery logs in the log file.<br><br><br></div><div>hazelcast logback settings<br><br>.....<br><logger name="com.hazelcast" level="INFO" additivity="false"><br>        <appender-ref ref="file"/><br>        <appender-ref ref="console" /><br></logger><br><br><br></div><div>Which configuration do I need to do in order to see the node discovery in the log file?<br><br></div><div>Thanks,<br></div><div>Ulku<br></div><div><br><div><div><br><br></div></div></div></div>