We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89a8df8 commit 5330b97Copy full SHA for 5330b97
metalog.conf
@@ -4,6 +4,9 @@ maxsize = 1048576 # size in bytes (1048576 = 1 megabyte)
4
maxtime = 86400 # time in seconds (86400 = 1 day)
5
maxfiles = 5 # num files per directory
6
7
+# Permissions for log directories. 0750 allows group to read logs. 0700 is default.
8
+#perms = 0750
9
+
10
# Format of the timestamp: YYYY-MM-DD HH:MM:SS.NNN
11
#stamp_fmt = "%F %T.%3N"
12
@@ -57,6 +60,10 @@ Password failures :
57
60
logdir = "/var/log/pwdfail"
58
61
# command = "/usr/local/sbin/mail_pwd_failures.sh"
59
62
63
+# If you changed default permissions it may be a good idea to set more
64
+# restrictive permissions on sensitive logs.
65
+# perms = 0700
66
67
Kernel messages :
68
69
facility = "kern"
0 commit comments