Skip to content

fix: resolve CycloneDDS log path to current user home dir#163

Open
pbo-hiverobots wants to merge 1 commit into
unitreerobotics:masterfrom
Hive-Robots:fix/cdds-log-homedir
Open

fix: resolve CycloneDDS log path to current user home dir#163
pbo-hiverobots wants to merge 1 commit into
unitreerobotics:masterfrom
Hive-Robots:fix/cdds-log-homedir

Conversation

@pbo-hiverobots

Copy link
Copy Markdown

/tmp/cdds.LOG is shared across all users on a machine, causing log collisions in multi-developer setups. Use os.path.expanduser("~") so each user gets their own ~/cdds.LOG at import time.

/tmp/cdds.LOG is shared across all users on a machine, causing log
collisions in multi-developer setups. Use os.path.expanduser("~") so
each user gets their own ~/cdds.LOG at import time.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant