Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想修改 OpenNebula 日志中时间的粒度,以便具有类似小时:分钟:秒毫秒的格式。我修改了 common_scripts.sh,其中有一些用于记录目的的函数,但结果并不令人满意。有什么线索吗?
如果要修改时间格式,则必须更改 Log.cc 中的 ctime_r 函数,并改用strftime。