summaryrefslogtreecommitdiff
path: root/lib/log.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/log.h')
-rw-r--r--lib/log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/log.h b/lib/log.h
index 882080760d..951fa124c8 100644
--- a/lib/log.h
+++ b/lib/log.h
@@ -188,6 +188,8 @@ struct timestamp_control {
char buf[QUAGGA_TIMESTAMP_LEN]; /* will contain the rendered timestamp */
};
+#define LOG_DEFAULT_FILENAME "/var/log/quagga/Quagga.log"
+
/* Defines for use in command construction: */
#define LOG_LEVELS "(emergencies|alerts|critical|errors|warnings|notifications|informational|debugging)"