logger script

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Fri Sep 7 06:24:37 PDT 2012


On 2012-09-06 18:01, Kelly O'Hair wrote:
> I could probably go along with some kind of LOG option here. I had thought of maybe LOG=batch, but
> I'll let you design it. ;^)

I added a new option to LOG, describing log target (and not just only 
log level). Now you can specify

LOG=nofile

to skip logging to the file, but keep the log level on the default (i.e. 
warn)

Or you can write

LOG=info,nofile  (or LOG=nofile,info) to set the log level to "info" and 
disable logging to file.

/Magnus



More information about the build-infra-dev mailing list