Terminal log file

Making & changing box plugins and external apps
Post Reply
squinto13
Posts: 2
Joined: Fri May 04, 2018 2:44 pm

Terminal log file

Post by squinto13 »

Hello,

Is there a log file saved from the terminal by default for past sessions? If so, how do I find it? I'm hoping to recover some otherwise unrecoverable data which I normally print to a .txt file within MATLAB, but in this case OpenViBE crashed before it could print.

Thanks!
James

jtlindgren
Posts: 775
Joined: Tue Dec 04, 2012 3:53 pm
Location: INRIA Rennes, FRANCE

Re: Terminal log file

Post by jtlindgren »

Hello, this depends on the operating system, on windows the log file location is

Code: Select all

C:\users\yourname\appdata\roaming\openvibe-version
and on linux

Code: Select all

.config/openvibe-version/
The log you're interested in should be called openvibe-designer.log, but some other files there might be sometimes useful too.

Cheers,
Jussi

Post Reply