summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-11-16 15:44:23 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-11-16 15:44:23 -0600
commitccbf176c305942f5f0afe833d053c6d974abfda8 (patch)
treec4c4b6a6fd12fd58735850f68b5ce9e6864485ac /configs
parenta5918d300b85d5513e4f4272d69e7e9eda511824 (diff)
parentcf1cb3345ec0c8d0afc342c8db4913eff83685ca (diff)
Merge "ast_coredumper: Add ability to use directory other than /tmp"
Diffstat (limited to 'configs')
-rw-r--r--configs/samples/ast_debug_tools.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/samples/ast_debug_tools.conf.sample b/configs/samples/ast_debug_tools.conf.sample
index f26626b20..1c4827f91 100644
--- a/configs/samples/ast_debug_tools.conf.sample
+++ b/configs/samples/ast_debug_tools.conf.sample
@@ -20,6 +20,12 @@
# anyway.
COREDUMPS=(/tmp/core[-._]asterisk!(*.txt) /tmp/core[-._]$(hostname)!(*.txt))
+# The directory to contain output files and work directories.
+# For output from existing core files, the default is the
+# directory that the core file is found in. For core files
+# produced from a running process, the default is /tmp.
+OUTPUTDIR=/some/directory
+
# Date command for the "running" coredump and tarballs.
# DATEFORMAT will be executed to get the timestamp.
# Don't put quotes around the format string or they'll be