Replies: 3 comments 4 replies
-
Please, try not to report a bug for something which actually has no impact on Shlink normal behavior. When you need to understand an underlying aspect of the service, open a discussion instead. RoundRunner logging is a bit confusing and it's been hard to get it right. These lines seem to be logged for every request? It's hard to tell. Setting server log level to debug is what used to be recommended by the docs (in fact I think that config was automatically generated with that value), otherwise there were important information missing. But it seems to be logging too much information now. I'll try to fine tune the config to see if it improves. |
Beta Was this translation helpful? Give feedback.
-
Just did a test running the following locally:
Then hitting In hindsight I should have run this test before creating a discussion (and apologies yes I should not have raised a bug issue for this). |
Beta Was this translation helpful? Give feedback.
-
Upgraded to 3.7.1 and all good. Thank you @acelaya |
Beta Was this translation helpful? Give feedback.
-
Shlink version
3.7.0
PHP version
8.2.12
How do you serve Shlink
RoadRunner Docker image
Database engine
MySQL
Database version
5.7
Current behavior
After upgrading from v3.4.0 to v3.7.0 we are seeing the following log entries every 10 seconds, which matches the timing of the health checks being performed by Kubernetes (assuming this is the reason of course):
Looking at the RoadRunner config in the container
config/roadrunner/.rr.yml
and it appears that some type of logging debug level is enabled:Should this debug logging level be enabled?
And if this is the cause of the debug logs, can we disable it?
Expected behavior
Health check calls are no longer logged, which is correct but something else is being logged instead.
How to reproduce
Deploy
shlinkio/shlink:3.7.0-non-root
and perform HTTP calls to/rest/health
.Beta Was this translation helpful? Give feedback.
All reactions