summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/log.h
diff options
context:
space:
mode:
authorDan McDonald <danmcd@mnx.io>2022-05-13 17:20:24 -0400
committerGitHub <noreply@github.com>2022-05-13 17:20:24 -0400
commitbb7d6c9b47695f41cbacbcf6662baf3d0e152fdf (patch)
tree75f2d0cab5fb92f97f2ab2c3186a0b5d1579a33a /usr/src/uts/common/sys/log.h
parent8ca5534c77e93c25d2c1f777499b12da0f7cc0cd (diff)
parent402559e299331588f209b3a9693e3bcd6a83d22c (diff)
downloadillumos-joyent-OS-8149.tar.gz
Merge branch 'master' into OS-8149OS-8149
Diffstat (limited to 'usr/src/uts/common/sys/log.h')
-rw-r--r--usr/src/uts/common/sys/log.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/log.h b/usr/src/uts/common/sys/log.h
index 2d1fb46b73..934b4111fd 100644
--- a/usr/src/uts/common/sys/log.h
+++ b/usr/src/uts/common/sys/log.h
@@ -30,8 +30,6 @@
#ifndef _SYS_LOG_H
#define _SYS_LOG_H
-#pragma ident "%Z%%M% %I% %E% SMI"
-
#include <sys/types.h>
#include <sys/strlog.h>
#include <sys/stream.h>
@@ -55,7 +53,7 @@ extern "C" {
#define LOG_HIWAT 1048576 /* threshold for tossing messages */
#define LOG_MAGIC 0xf00d4109U /* "food for log" - unsent msg magic */
-#define LOG_RECENTSIZE 8192 /* queue of most recent messages */
+#define LOG_RECENTSIZE 65536 /* queue of most recent messages */
#define LOG_MINFREE 4096 /* message cache low water mark */
#define LOG_MAXFREE 8192 /* message cache high water mark */