Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
40c16050
Commit
40c16050
authored
Jun 18, 2013
by
Leigh B Stoller
Browse files
Bug fix for foam/flowvisor syslog.
parent
6d42932b
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/boss/syslog
View file @
40c16050
...
...
@@ -82,7 +82,7 @@ sub Install($$$)
}
close(SC);
AppendToFileFatal($SYSLOG_CONF,
my @syslog_lines = (
"!bootinfo", "*.*\t\t\t\t\t\t$LOGDIR/bootinfo.log",
"!tmcd", "*.*\t\t\t\t\t\t$LOGDIR/tmcd.log",
"!capture", "*.*\t\t\t\t\t\t$LOGDIR/capture.log",
...
...
@@ -101,9 +101,14 @@ sub Install($$$)
"!plabrenew", "*.*\t\t\t\t\t\t$LOGDIR/plabrenew.log",
"!xmlrpcbag", "*.*\t\t\t\t\t\t$LOGDIR/xmlrpcbag.log",
"!sshxmlrpc", "*.*\t\t\t\t\t\t$LOGDIR/sshxmlrpc.log",
"!foam", "*.*\t\t\t\t\t\t$LOGDIR/foam.log",
"!flowvisor", "*.*\t\t\t\t\t\t$LOGDIR/flowvisor.log",
"!sslxmlrpc", "*.*\t\t\t\t\t\t$LOGDIR/sslxmlrpc.log");
if ($PROTOGENI_GENIRACK) {
@syslog_lines = (@syslog_lines,
"!foam", "*.*\t\t\t\t\t\t$LOGDIR/foam.log",
"!flowvisor", "*.*\t\t\t\t\t\t$LOGDIR/flowvisor.log");
}
AppendToFileFatal($SYSLOG_CONF, @syslog_lines);
};
Phase "logdir", "Creating log directory", sub {
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment