You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker fails to output logs via Fluentd. The application, created using docker-compose, is configured to route logs through Fluentd to a specific directory and archive them daily. However, after running for a few days, the issue of Fluentd symbolic link files not existing arises.
after running for a few days, the issue of Fluentd symbolic link files not existing arises.
To Reproduce
Use the specified Docker version along with the Fluentd configuration file and a similar docker-compose configuration to start the Docker application. Then, let it run for several days.
Expected behavior
The expected result is for Fluentd to correctly create log files daily and accurately generate the corresponding symbolic link files.
Describe the bug
Docker fails to output logs via Fluentd. The application, created using docker-compose, is configured to route logs through Fluentd to a specific directory and archive them daily. However, after running for a few days, the issue of Fluentd symbolic link files not existing arises.
docker-compose.yaml
To Reproduce
Use the specified Docker version along with the Fluentd configuration file and a similar docker-compose configuration to start the Docker application. Then, let it run for several days.
Expected behavior
The expected result is for Fluentd to correctly create log files daily and accurately generate the corresponding symbolic link files.
Your Environment
- Fluentd version: fluentd 1.16.2
The text was updated successfully, but these errors were encountered: