diff options
Diffstat (limited to 'lib/log.h')
| -rw-r--r-- | lib/log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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)" |
