Revert "Revert "oran-shell-release: release image for F""
[pti/rtp.git] / meta-starlingx / meta-stx-cloud / recipes-support / ldapscripts / files / log_timestamp.patch
1 ---
2  lib/runtime |    2 +-
3  1 file changed, 1 insertion(+), 1 deletion(-)
4
5 --- a/lib/runtime
6 +++ b/lib/runtime
7 @@ -863,7 +863,7 @@ fi
8  # Log command
9  if [ "$LOGTOFILE" = "yes" ]
10  then
11 -  log_to_file "$(date '+%b %d %H:%M:%S') $(uname -n | sed 's|\..*$||') ldapscripts: $(basename "$0")($USER): $0 $*"
12 +  log_to_file "$(date '+%FT%T') $(uname -n | sed 's|\..*$||') ldapscripts: $(basename "$0")($USER): $0 $*"
13  fi
14  if [ "$LOGTOSYSLOG" = "yes" ]
15  then