From a6bb8e8d31bc9ecdc01c454b36150fea84c37ca8 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Wed, 11 Apr 2018 22:31:55 +0200 Subject: [SERVER] Option to disable timestamps on stdout/console (default: disabled) --- src/shared/log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/shared/log.h') diff --git a/src/shared/log.h b/src/shared/log.h index da34fc3..5b1e8f7 100644 --- a/src/shared/log.h +++ b/src/shared/log.h @@ -42,6 +42,8 @@ void log_setFileMask(logmask_t mask); void log_setConsoleMask(logmask_t mask); +void log_setConsoleTimestamps(bool on); + /** * Open or reopen the log file. If path is NULL and the * function was called with a path before, the same path -- cgit v1.2.3-55-g7522