Fred Friis
04/30/2024, 6:46 PMSam
04/30/2024, 6:52 PMSam
04/30/2024, 6:54 PMSam
04/30/2024, 6:54 PMSam
04/30/2024, 6:56 PMFred Friis
04/30/2024, 7:13 PMdev/stdout
and I don't have access to the config files, nor the jar itself lol, will telling Docker to send in the run arg
-Dlogging.file=/dev/stdout
when it boots the jar take care of that?Fred Friis
04/30/2024, 7:13 PMashmelev
04/30/2024, 7:15 PMnohup
- i.e. something like:
nohup <spring startup & args> > nohup.out
and your logs will be appended to nohup.out
Sam
04/30/2024, 7:17 PM/dev/stdout
just act as a link to the process' own output stream anyway? (The one it's already writing to)Fred Friis
04/30/2024, 7:19 PMFred Friis
05/01/2024, 5:42 PMSam
05/01/2024, 5:44 PM/dev/stdout
points to the output stream of the current processSam
05/01/2024, 5:46 PMless /dev/stdout
would just show its own output, which is breaking my mind so I'm not going to think about that too hardFred Friis
05/01/2024, 5:46 PMCLOVIS
05/02/2024, 2:00 PMif that's the case, what's weird is, our Splunk sidecar should be listening there, but we don't see anything show up in SplunkYou can't listen to
/dev/stdout
. The only thing in there is what the current process itself is writing.