Skip to content
GitLab
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
0266f852
Commit
0266f852
authored
Dec 12, 2012
by
Leigh B Stoller
Browse files
Fix up the foam/flowvisor syslog entries.
parent
436d4915
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/phases/ops/syslog
View file @
0266f852
...
...
@@ -104,9 +104,9 @@ sub Install($$$)
print SC "*.*\t\t\t\t\t\t${LOGDIR}/elvin_gateway.log\n";
if ($PROTOGENI_GENIRACK) {
print SC "!foam\n";
print SC "*.*\t\t\t\t\t\t
${LOGDIR}
/foam.log\n";
print SC "*.*\t\t\t\t\t\t
/var/log
/foam.log\n";
print SC "!flowvisor\n";
print SC "*.*\t\t\t\t\t\t
${LOGDIR}
/flowvisor.log\n";
print SC "*.*\t\t\t\t\t\t
/var/log
/flowvisor.log\n";
}
print SC "# " . MAGIC_TESTBED_END() . "\n";
close SC;
...
...
@@ -151,8 +151,8 @@ sub Install($$$)
"$LOGDIR/pubsubd.log\t\t\t640 5 1000 * Z",
"$LOGDIR/elvin_gateway.log\t\t\t640 5 1000 * Z",
"/var/log/tiplogs/capture.log\t\t644 7 * 168 Z",
"/var/log/
tiplogs/
foam.log\t\t640 7 * 168 Z",
"/var/log/
tiplogs/
flowvisor.log\t\t640 7 1000 * Z",
"/var/log/foam.log\t\t640 7 * 168 Z",
"/var/log/flowvisor.log\t\t640 7 1000 * Z",
);
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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