0

I want to modify the granularity of the time in OpenNebula log, in order to have a format like hour:mins:sec milliseconds. I modified common_scripts.sh in which there are some functions for logging purpose but the results weren't satisfying. Any clues about that?

1 Answers1

0

If you want to modify the time format, you have to change the ctime_r functions in Log.cc and use strftime instead.

dmamolina
  • 41
  • 1