File: custom-datetime-format.sh

package info (click to toggle)
python-coloredlogs 15.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 628 kB
  • sloc: python: 1,567; sh: 11; makefile: 5
file content (3 lines) | stat: -rwxr-xr-x 119 bytes parent folder | download
1
2
3
export COLOREDLOGS_LOG_FORMAT='%(asctime)s - %(message)s'
export COLOREDLOGS_DATE_FORMAT='%H:%M:%S'
coloredlogs --demo