forked from grnet/synnefo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
'LOG_DIR' is the directory where log files are saved and is going to be used to determine where to store the management commands' output. Ref #3: Log all stdout/stderr for snf-manage invocations
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,3 +36,12 @@ | |
# | ||
## Email address the emails sent by the service will come from | ||
#SERVER_EMAIL = "Synnefo cloud <[email protected]>" | ||
# | ||
# | ||
## Synnefo logging directory | ||
############################# | ||
# | ||
# Directory where log files are saved | ||
# Currently only snf-manage uses this to save | ||
# the output of the commands being executed. | ||
#LOG_DIR = "/var/log/synnefo/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,12 @@ | |
|
||
# Email address the emails sent by the service will come from | ||
SERVER_EMAIL = "Synnefo cloud <[email protected]>" | ||
|
||
|
||
# Synnefo logging directory | ||
############################ | ||
|
||
# Directory where log files are saved | ||
# Currently only snf-manage uses this to save | ||
# the output of the commands being executed. | ||
LOG_DIR = "/var/log/synnefo/" |