summaryrefslogtreecommitdiff
path: root/configs/samples/ast_debug_tools.conf.sample
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2017-11-16 15:44:32 -0600
committerGerrit Code Review <gerrit2@gerrit.digium.api>2017-11-16 15:44:32 -0600
commit4fb6b012c99d53c8864e21e1e570bbc74c756b21 (patch)
treeeacadcf32f0531b83ece4fccbf73dbffd4b482f2 /configs/samples/ast_debug_tools.conf.sample
parentf0aa4607125f8d0f35cee5866f1cf04220237ace (diff)
parentc1a82bcb8c3f8c5262b76c5a75c936305aa25888 (diff)
Merge "ast_coredumper: Add ability to use directory other than /tmp" into 15
Diffstat (limited to 'configs/samples/ast_debug_tools.conf.sample')
-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