TechnoTitans / TitanWare2024

Crescendo 2024
Other
3 stars 1 forks source link

Logs folder is made on real robot despite all paths being set to log elsewhere #22

Closed HarryXChen3 closed 7 months ago

HarryXChen3 commented 9 months ago

A folder is made (if it does not exist) at runtime/startup of the robot program at /U/logs (real robot) despite attempts to relocate logs into other folders, there should be no paths that point at /U/logs and thus the folder should not be created.

The folder is not actually written to (no files are ever written into the folder), but, weirdly enough, it is created if it does not exist (afaik, every time).

HarryXChen3 commented 9 months ago

I looked into this briefly a little while ago and couldn't find anything wrong, its possible this is a bug on CTRE's side and not ours, but I want to be absolutely sure that we're not just doing something stupid.

MqxS commented 8 months ago

Ben opened internal report. He said it might be a bug on their end.

MqxS commented 8 months ago

image

MqxS commented 7 months ago

Not an issue anymore because we log everything in this logs folder now.