opennms-forge / docker-horizon-core-web

🐳 Core and Web application service for Horizon by OpenNMS
MIT License
30 stars 19 forks source link

/opennms-data/logs - Not linked correctly #45

Closed syepes closed 5 years ago

syepes commented 5 years ago

Hello @indigo423

I have just noticed that in the last Docker images the symbolic link of the logs to the volume opennms-data is no longer working.

Old Docker Image

ls -l /opt/opennms/ |egrep "logs|share"
lrwxrwxrwx.  1 root root    18 Oct  9 02:03 logs -> /opennms-data/logs
lrwxrwxrwx.  1 root root    12 Oct  9 02:03 share -> /var/opennms

Last Docker Image

ls -l /opt/opennms/ |egrep "logs|share"
lrwxrwxrwx  1 root root    16 Oct 19 21:15 logs -> /var/log/opennms
lrwxrwxrwx  1 root root    12 Oct 19 21:15 share -> /var/opennms
indigo423 commented 5 years ago

@syepes does this issue still exist. I've checked it on my instance and works for me?

syepes commented 5 years ago

Yes this one is also resolved, must of been a one time bug.