Re: [PATCH v1 02/25] structured-logging: add STRUCTURED_LOGGING=1 to Makefile

2018-08-20 Thread Jonathan Nieder
g...@jeffhostetler.com wrote: > From: Jeff Hostetler > > Teach the Makefile to take STRUCTURED_LOGGING=1 variable to > compile in/out structured logging feature. > > Signed-off-by: Jeff Hostetler > --- > Makefile | 8 > structured-logging.c | 9 + > structured-log

[PATCH v1 02/25] structured-logging: add STRUCTURED_LOGGING=1 to Makefile

2018-07-13 Thread git
From: Jeff Hostetler Teach the Makefile to take STRUCTURED_LOGGING=1 variable to compile in/out structured logging feature. Signed-off-by: Jeff Hostetler --- Makefile | 8 structured-logging.c | 9 + structured-logging.h | 13 + 3 files changed, 30 in