You are not logged in.
in pacman.log, time of a certain installed application is shown in this format YY-MM-DD hh:mm What I want to know is, if there's any way to add also the seconds so the time would be displayed like this YY-MM-DD hh:mm:ss
I've first installed Arch in March
Offline
nope... well, you could send a patch for pacman...
Offline
Take a look at package.c in the src/pacman directory of pacman's source code. From a quick glance, it looks like all of the time data is implemented there.
Last edited by skottish (2011-06-17 15:28:29)
Offline
There is an option called UseSyslog in pacman.conf -- and syslog definitely can put more precise timestamps in its logfiles.
Offline