Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
0266f852
Commit
0266f852
authored
Dec 12, 2012
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix up the foam/flowvisor syslog entries.
parent
436d4915
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
install/phases/ops/syslog
install/phases/ops/syslog
+4
-4
No files found.
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
Markdown
is supported
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