Skip to content

Commit a605938

Browse files
committed
Add missing facilities to map
1 parent e29ad5a commit a605938

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

syslog.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ var SyslogFacilityMap = map[string]int {
3535
"ntp": 12,
3636
"security": 13,
3737
"console": 14,
38+
"solaris-cron": 15,
39+
"local0": 16,
40+
"local1": 17,
41+
"local2": 18,
42+
"local3": 19,
43+
"local4": 20,
44+
"local5": 21,
45+
"local6": 22,
46+
"local7": 23,
3847
}
3948

4049

0 commit comments

Comments
 (0)