Skip to content

Releases: dchakro/brewlog

0.3 - depencency tree & searching logs

12 Aug 18:52
Compare
Choose a tag to compare
  • add brewlog tree (c3374a2) to write dependency tree
  • add brewlog find (0fd747c) to search for a term in the log file

brewlog v0.2

05 Aug 15:02
Compare
Choose a tag to compare

Nowbrewlog archive uses gzip as a fallback on systems where xz is not found.

brewlog v0.1

04 Aug 12:54
Compare
Choose a tag to compare

Initial release (v0.1)
brewlog is simple solution that can:

  • log homebrew/linuxbrew activity (STDOUT and STDERR) to a logfile (default: ~/Logs/brew.log)
    • because brewlog is a a new command (and not an alias), the user still retains the freedom to run brew [command] [formula] in case they do not want to log some brew activity.
  • tail the brew.log file to display selected number of lines.
  • archive the brew.log file (user has to explicitly invoke this command to archive).
    • The brew.log is removed during archiving, a new log file is created on the next run of brewlog.