mirror of
https://github.com/getsentry/self-hosted.git
synced 2026-02-06 10:57:17 +00:00
Add some debug logging (#1340)
This commit is contained in:
parent
28d8928820
commit
f5d7a44b41
@ -120,7 +120,11 @@ done
|
||||
echo "${_endgroup}"
|
||||
|
||||
echo "${_group}Ensure cleanup crons are working ..."
|
||||
$dc ps | grep -q -E -e '\-cleanup\s+running\s+' -e '\-cleanup[_-].+\s+Up\s+'
|
||||
$dc ps -a | tee debug.log | grep -E -e '\-cleanup\s+running\s+' -e '\-cleanup[_-].+\s+Up\s+'
|
||||
# to debug https://github.com/getsentry/self-hosted/issues/1171
|
||||
echo '------------------------------------------'
|
||||
cat debug.log
|
||||
echo '------------------------------------------'
|
||||
echo "${_endgroup}"
|
||||
|
||||
echo "${_group}Test custom CAs work ..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user