Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
a12e3c71
Commit
a12e3c71
authored
Aug 04, 2015
by
Leigh B Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor change to logging.
parent
b04b0b73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
apt/create_instance.in
apt/create_instance.in
+6
-1
No files found.
apt/create_instance.in
View file @
a12e3c71
...
...
@@ -191,7 +191,8 @@ if (!defined($this_user) || !$this_user->IsAdmin()) {
# Email record.
if
(
!
$debug
)
{
AuditStart
(
0
,
undef
,
LIBAUDIT_LOGTBLOGS
()
|
LIBAUDIT_LOGONLY
());
my
$opts
=
LIBAUDIT_LOGTBLOGS
()
|
LIBAUDIT_LOGONLY
();
AuditStart
(
0
,
undef
,
$opts
);
#
# Once we determine the project, we can add the appropriate log CC
#
...
...
@@ -578,6 +579,10 @@ elsif (!$localuser) {
#
if
(
!
$debug
)
{
AddAuditInfo
("
cc
",
$project
->
LogsEmailAddress
());
if
(
$MAINSITE
&&
$project
->
isEmulab
())
{
# Mostly people use the Cloudlab UI.
AddAuditInfo
("
cc
",
"
cloudlab-logs
\@
cloudlab.us
");
}
}
# There will be "internal" keys cause we pass the flag asking for them.
...
...
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