Hi, I have a rails app (v 7.1.4) in docker and install this gem (v 0.2.7) in dev and pro environment.
In development when I execute a migration I get this message ( 7 times) and the migration run without problems
command executed:
docker compose exec app rails db:migrate
Console output:
log writing failed. can't alloc thread
log writing failed. can't alloc thread
log writing failed. can't alloc thread
log writing failed. can't alloc thread
log writing failed. can't alloc thread
log writing failed. can't alloc thread
log writing failed. can't alloc thread
How can I avoid this message?