Colourise should no be true by default
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 17 Jun 2014 10:18:18 +0000 (11:18 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 17 Jun 2014 10:18:18 +0000 (11:18 +0100)
src/main/log.c

index 2a3ce7c..1a644d7 100644 (file)
@@ -159,7 +159,7 @@ const FR_NAME_NUMBER log_str2dst[] = {
 bool log_dates_utc = false;
 
 fr_log_t default_log = {
-       .colourise = true,
+       .colourise = false,     //!< Will be set later. Should be off before we do terminal detection.
        .fd = STDOUT_FILENO,
        .dst = L_DST_STDOUT,
        .file = NULL,