diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2011-06-15 16:59:39 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2011-06-15 16:59:39 -0700 |
commit | 3fc5d448cdc043c815b177ade72305d970c9f84c (patch) | |
tree | 7b3565abfa0410c883c9cbfb45b8cce2c4562c3f /src/cstore | |
parent | f54e0757c8559945a8c40f3847799f2a92ecf2bf (diff) | |
download | vyatta-cfg-3fc5d448cdc043c815b177ade72305d970c9f84c.tar.gz vyatta-cfg-3fc5d448cdc043c815b177ade72305d970c9f84c.zip |
Bugfix 6767: Move log files from /tmp to /var/log/vyatta.
Diffstat (limited to 'src/cstore')
-rw-r--r-- | src/cstore/cstore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cstore/cstore.cpp b/src/cstore/cstore.cpp index ce937c9..9a5961f 100644 --- a/src/cstore/cstore.cpp +++ b/src/cstore/cstore.cpp @@ -68,7 +68,7 @@ const string Cstore::C_ENV_SHAPI_HELP_STRS = "_cli_shell_api_hstrs"; //// dirs/files const string Cstore::C_ENUM_SCRIPT_DIR = "/opt/vyatta/share/enumeration"; -const string Cstore::C_LOGFILE_STDOUT = "/tmp/cfg-stdout.log"; +const string Cstore::C_LOGFILE_STDOUT = "/var/log/vyatta/cfg-stdout.log"; //// sorting const unsigned int Cstore::SORT_DEFAULT = 0; |