We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Piotr, Congratulations on the project, I’ve been following your blog for a long time and your content is valuable.
I'm implementing logs using Loki and Grafana, I used your example code and it works well.
But I had a question, how can I send this to my approval and production environments, as I noticed that the logback points to local host
Also within the logs lib, the class
pl.piomin.logging.config.SpringLoggingAutoConfiguration
There is also a URL variable pointing to localhost.
Do I need to worry about this? I have a scenario where I want to put this in my production cluster, and there I have it running Grafana with Loki.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Piotr, Congratulations on the project, I’ve been following your blog for a long time and your content is valuable.
I'm implementing logs using Loki and Grafana, I used your example code and it works well.
But I had a question, how can I send this to my approval and production environments, as I noticed that the logback points to local host
http://localhost:3100/loki/api/v1/pushAlso within the logs lib, the class
pl.piomin.logging.config.SpringLoggingAutoConfiguration
There is also a URL variable pointing to localhost.
Do I need to worry about this? I have a scenario where I want to put this in my production cluster, and there I have it running Grafana with Loki.
The text was updated successfully, but these errors were encountered: