How to get more logs #7

Open
opened 2024-11-07 18:41:56 +00:00 by ammaratef45 · 0 comments
Owner

I'm testing out the recipe, I get this error when I create a user

�2024-11-07T18:39:37.702662454Z I, [2024-11-07T18:39:37.702530 #28]  INFO -- : source=rack-timeout id=484ab062-017d-475e-b71f-a6cbb1a37378 timeout=15000ms state=ready
�2024-11-07T18:39:42.771363682Z I, [2024-11-07T18:39:42.771221 #28]  INFO -- : [484ab062-017d-475e-b71f-a6cbb1a37378] Delivered mail 672d0969bbe90_1c1ac70324f@57d56328cea5.mail (5001.8ms)
#2024-11-07T18:39:42.771530375Z I, [2024-11-07T18:39:42.771468 #28]  INFO -- : [484ab062-017d-475e-b71f-a6cbb1a37378] method=POST path=/api/v1/registrations format=json controller=API::V1::RegistrationsController action=create status=500 allocations=95372 duration=5067.17 view=0.00 db=15.92
x2024-11-07T18:39:42.771914262Z F, [2024-11-07T18:39:42.771874 #28] FATAL -- : [484ab062-017d-475e-b71f-a6cbb1a37378]
l2024-11-07T18:39:42.771922360Z [484ab062-017d-475e-b71f-a6cbb1a37378] Net::OpenTimeout (execution expired):
I2024-11-07T18:39:42.771926552Z [484ab062-017d-475e-b71f-a6cbb1a37378]
x2024-11-07T18:39:42.771936335Z [484ab062-017d-475e-b71f-a6cbb1a37378] app/services/login_token_service.rb:7:in `create'
�2024-11-07T18:39:42.771937934Z [484ab062-017d-475e-b71f-a6cbb1a37378] app/controllers/api/v1/registrations_controller.rb:16:in `create'
�2024-11-07T18:39:42.771939283Z [484ab062-017d-475e-b71f-a6cbb1a37378] app/helpers/locales_helper.rb:8:in `use_preferred_locale'
}2024-11-07T18:39:42.771940604Z [484ab062-017d-475e-b71f-a6cbb1a37378] app/helpers/locales_helper.rb:3:in `process_time_zone'
�2024-11-07T18:39:42.772053729Z I, [2024-11-07T18:39:42.772015 #28]  INFO -- : source=rack-timeout id=484ab062-017d-475e-b71f-a6cbb1a37378 timeout=15000ms service=5069ms state=completed

I'm getting the feeling that 484ab062-017d-475e-b71f-a6cbb1a37378 is a trace-id that I can use to get more logs

When I go to the container abra app run DOMAIN app bash I find the log folder empty, not sure if there is a way to find the [more verbous/debugging]-logs

I'm testing out the recipe, I get this error when I create a user ``` �2024-11-07T18:39:37.702662454Z I, [2024-11-07T18:39:37.702530 #28] INFO -- : source=rack-timeout id=484ab062-017d-475e-b71f-a6cbb1a37378 timeout=15000ms state=ready �2024-11-07T18:39:42.771363682Z I, [2024-11-07T18:39:42.771221 #28] INFO -- : [484ab062-017d-475e-b71f-a6cbb1a37378] Delivered mail 672d0969bbe90_1c1ac70324f@57d56328cea5.mail (5001.8ms) #2024-11-07T18:39:42.771530375Z I, [2024-11-07T18:39:42.771468 #28] INFO -- : [484ab062-017d-475e-b71f-a6cbb1a37378] method=POST path=/api/v1/registrations format=json controller=API::V1::RegistrationsController action=create status=500 allocations=95372 duration=5067.17 view=0.00 db=15.92 x2024-11-07T18:39:42.771914262Z F, [2024-11-07T18:39:42.771874 #28] FATAL -- : [484ab062-017d-475e-b71f-a6cbb1a37378] l2024-11-07T18:39:42.771922360Z [484ab062-017d-475e-b71f-a6cbb1a37378] Net::OpenTimeout (execution expired): I2024-11-07T18:39:42.771926552Z [484ab062-017d-475e-b71f-a6cbb1a37378] x2024-11-07T18:39:42.771936335Z [484ab062-017d-475e-b71f-a6cbb1a37378] app/services/login_token_service.rb:7:in `create' �2024-11-07T18:39:42.771937934Z [484ab062-017d-475e-b71f-a6cbb1a37378] app/controllers/api/v1/registrations_controller.rb:16:in `create' �2024-11-07T18:39:42.771939283Z [484ab062-017d-475e-b71f-a6cbb1a37378] app/helpers/locales_helper.rb:8:in `use_preferred_locale' }2024-11-07T18:39:42.771940604Z [484ab062-017d-475e-b71f-a6cbb1a37378] app/helpers/locales_helper.rb:3:in `process_time_zone' �2024-11-07T18:39:42.772053729Z I, [2024-11-07T18:39:42.772015 #28] INFO -- : source=rack-timeout id=484ab062-017d-475e-b71f-a6cbb1a37378 timeout=15000ms service=5069ms state=completed ``` I'm getting the feeling that `484ab062-017d-475e-b71f-a6cbb1a37378` is a trace-id that I can use to get more logs When I go to the container `abra app run DOMAIN app bash` I find the `log` folder empty, not sure if there is a way to find the [more verbous/debugging]-logs
Sign in to join this conversation.
No description provided.