Skip to content

Commit 9b310e2

Browse files
author
Aaron Roller
committed
feat: moved logs to standard location
BREAKING CHANGE: logs are not longer available at /home/ubuntu/testdata AM-172/var-logs
1 parent 66bf022 commit 9b310e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/vb_util_lib/bag_logger.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include <ros/ros.h>
2121
#include <rosbag/bag.h>
2222

23-
#define DEFAULT_BAG_DIR "/var/log/amros"
23+
#define DEFAULT_BAG_DIR "/var/log/amros/"
2424
#define DEFAULT_MEDIA_DIR "/media/amros"
2525

2626
#define LOG_MSG(topic, msg, level) { LOG_MSG_STAMP(topic, msg, ros::Time::now(), level) }

0 commit comments

Comments
 (0)