Guys,

How do one go and change the default INFO level of logs to DEBUG in
cloudstack?  I am having some issues with large (250GB+) volumes migrations
and the INFO level logs are not giving any sufficient information.


I've edited /etc/cloudstack/management/log4j-cloud.xml and set DEBUG
following way. (Under last heading Setup the Root category). This is ACS
4.4.2 with single management node.


<!-- ======================= -->
   <!-- Setup the Root category -->
   <!-- ======================= -->

   <root>
      <level value="DEBUG"/>
      <appender-ref ref="SYSLOG"/>
      <appender-ref ref="CONSOLE"/>
      <appender-ref ref="FILE"/>
   </root>

</log4j:configuration>

Is this sufficient or do I need to change things anywhere else as well?
Please note, after doing this  I made  another volume migration attempt
which failed with unexpected exception, but I found no new lines in logs.
Still seeing the same lines as old for errors. Am I missing anything?




--
Best,
Makrand

Reply via email to