간단히 알려드립니다: 최근 커밋으로 Discourse가 영구 삭제된 민감한 로그 메시지를 자동으로 정리하도록 개선되었습니다.
그리고 rails c를 사용하여 로그를 다음과 같이 삭제할 수도 있습니다:
rails c
UserHistory.where(post_id: xxx).destroy_all # 또는 topic: UserHistory.where(topic_id: xxx).destroy_all