Page 1 of 1

[Solved] request linux logfiles

Posted: Fri Nov 23, 2018 8:56 pm
by cbr
In linux the log files are hidden, would it be possible to change this dir to oolite-saves so all the information ( saves, snapshots ,logs ) will be
together in one place ( logs unhidden )

Re: request linux logfiles

Posted: Sun Dec 02, 2018 2:45 pm
by Norby
How about

Code: Select all

ln -s ~/.Oolite/Logs  ~/oolite-saves/Logs
?

Re: request linux logfiles

Posted: Sun Dec 02, 2018 3:26 pm
by cbr
Nice, that worked very nicely, thank you! :)