Repository: incubator-atlas Updated Branches: refs/heads/master 15639ee99 -> b273520e0
ATLAS-21 add log file system property to quick start script Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b273520e Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b273520e Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b273520e Branch: refs/heads/master Commit: b273520e086616c32fc8bcfc9fef3bd0e72eea95 Parents: 15639ee Author: Jon Maron <[email protected]> Authored: Wed Jun 24 17:28:46 2015 -0400 Committer: Jon Maron <[email protected]> Committed: Wed Jun 24 17:28:46 2015 -0400 ---------------------------------------------------------------------- src/bin/quick_start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b273520e/src/bin/quick_start.py ---------------------------------------------------------------------- diff --git a/src/bin/quick_start.py b/src/bin/quick_start.py index 7586af2..e675e8b 100755 --- a/src/bin/quick_start.py +++ b/src/bin/quick_start.py @@ -20,7 +20,7 @@ import sys import atlas_config as mc -METADATA_LOG_OPTS="-Datlas.log.dir=%s" +METADATA_LOG_OPTS="-Datlas.log.dir=%s -Datlas.log.file=quick_start.log" METADATA_COMMAND_OPTS="-Dmetadata.home=%s" DEFAULT_JVM_OPTS="-Xmx1024m"
