blob: 4abd631f6b8d205c7e2920e499bdc31ec6023120 [file] [log] [blame]
# Prefix of directory where collected crash-logs are stored.
CRASHLOGS_DEST_DIR_PREFIX = 'crashlogs'
# Attribute of host that needs logs to be collected.
CRASHLOGS_HOST_ATTRIBUTE = 'need_crash_logs'
# Marker file that is left when crash-logs are collected.
CRASHLOGS_MARKER = '.crashjob'