-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is there no new log information in the /apollo/data/log folder? #15618
Comments
the log dir is determined by GLOG_log_dir env variable. |
I have a log directory with existing old log files, but the issue is that when I launch Apollo again, it doesn't generate a new log file. |
the real log file format: {module name}.log.INFO.{datatime}.{pid} , the {module name}.INFO is a symlink to the real file. |
Sure, I got your point. I checked the real log file. The problem is that Apollo doesn't generate a new real log file. So I just wonder why and how can I fix it. |
We appreciate you go through Apollo documentations and search previous issues before creating an new one. If neither of the sources helped you with your issues, please report the issue using the following form. Please note missing info can delay the response time.
System information
apollo.sh config
if onmaster
branch: yesSteps to reproduce the issue:
Hi, I'm using Apollo 8.0 with Carla 0.9.14. I noticed that the logs in the /data/log folder are sometimes not generated. Could you explain under what conditions a module generates a log file? Additionally, how can I debug this issue?
Supporting materials (screenshots, command lines, code/script snippets):
The text was updated successfully, but these errors were encountered: