cornetp / eagle-owl

Data acquisition from an OWL CM160 +USB device on linux platforms
GNU General Public License v2.0
43 stars 32 forks source link

Application crash #9

Open poupie opened 10 years ago

poupie commented 10 years ago

Hello,

I tried the application and encountered a few hickups: -I got some data at year 2555 ?!? which I thought should not occur has this is an issue that has been flagged and solved. -The application suddenly crashed.

I wonder Is there a way to have logs when it is daemonized ? I am not a programmer so I have no real clue. I suppose that it is in daemonize.c where stdout & stderr are redirected to /dev/null but I am not sure.

Br

cornetp commented 10 years ago

Indeed you can redirect the logs into file by replacing /dev/null by a log file path. But If I were you I should first try to reproduce the problem in the console (start the app without -d)...