Skip to content

Commit

Permalink
Print 'Restarting file logging' message as NOTICE
Browse files Browse the repository at this point in the history
Reducing this from WARNING to NOTICE.

Change-Id: Ib2f335577cdb9d6619a2b7ccd161882e00be7e6d
Reviewed-on: http://review.couchbase.org/78405
Tested-by: Build Bot <build@couchbase.com>
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
daverigby authored and trondn committed May 22, 2017
1 parent 04a70b9 commit 527b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/loggers/file_logger.cc
Expand Up @@ -544,7 +544,7 @@ static void logger_thread_main(void* arg)
char log_entry[1024];
format_log_entry(log_entry, sizeof(log_entry),
now.tv_sec, now.tv_usec,
EXTENSION_LOG_WARNING,
EXTENSION_LOG_NOTICE,
"Restarting file logging\n");

fwrite(log_entry, 1, strlen(log_entry), fp);
Expand Down

0 comments on commit 527b768

Please sign in to comment.