Openshift - Configure logging to not write in a file
See original GitHub issueBecause it requires specific permission in the CWD. Ideally, this can be passed in the command line:
./app -Dlogfile=none
or something like that.
Issue Analytics
- State:
- Created 5 years ago
- Comments:16 (16 by maintainers)
Top Results From Across the Web
Configuring the log store | OpenShift Container Platform 4.8
Create or edit a YAML file that defines the ClusterLogForwarder CR object: ... If you do not specify a log type, those logs...
Read more >Chapter 4. Configuring your Logging deployment
Inspect the ClusterLogForwarder CR YAML file that you used to configure log forwarding. Verify that it does not have an outputRefs element that...
Read more >Chapter 3. Configuring your cluster logging deployment
Inspect the ClusterLogForwarder CR YAML file that you used to configure log forwarding. Verify that it does not have an outputRefs element that...
Read more >Chapter 12. Troubleshooting Logging OpenShift Container ...
Elasticsearch is experiencing an increase in write rejections on the specified node. This node might not be keeping up with the indexing speed....
Read more >Chapter 7. Configuring your cluster logging deployment
OpenShift Container Platform cluster logging is designed to be used with the default configuration, which is tuned for small to medium sized OpenShift...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@geoand yup, and I have proposed that in #1599 if that’s the conclusion of this issue’s discussion…
… but I personally actually do also think that this is the wrong approach - the default of
true
of quarkus.log.file.enable seems wrong, to me, for a “Kubernetes Native Java stack” framework… IMHO default should be console, only; and log file should be opt-in (12 Factor).BTW: It’s
quarkus.log.file.enable
and notshamrock.log.file.enable
, right?? That’s what doc’d.I agree, we may change the default, and allow writing to file when the user wants it.
On Thu 20 Dec 2018 at 10:01, Georgios Andrianakis notifications@github.com wrote: