Logging every second
#275
-
after the app starts, I'am getting every second a logging for a healthcheck. Is that correct? Does make sense to log every second in the log files, even if the web app containers started and it's working well? Tks! |
Beta Was this translation helpful? Give feedback.
Answered by
dhh
May 7, 2023
Replies: 2 comments
-
this is an example of the logging |
Beta Was this translation helpful? Give feedback.
0 replies
-
That is correct. This logging is done by the Rails app on receiving the healthcheck call which flows through a normal controller. So working as expected. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
PabloC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is correct. This logging is done by the Rails app on receiving the healthcheck call which flows through a normal controller. So working as expected.