We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #37 I have noticed that my custom logs are not watched on production either. There is no message from my logs in the Nanobox Dash view.
If I enter nanobox console do.1 I see the following in the process list:
nanobox console do.1
1000 8141 0.0 0.0 6044 116 ? S 11:15 0:01 tail -f -n0 /data/var/log/php/php_error.log /data/var/log/php/php_fpm.log /data/var/log/apache/access.log /data/var/log/apache/error.log
Manually tailing my files in the web component works fine.
tail
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Similar to #37 I have noticed that my custom logs are not watched on production either. There is no message from my logs in the Nanobox Dash view.
If I enter
nanobox console do.1
I see the following in the process list:Manually
tail
ing my files in the web component works fine.The text was updated successfully, but these errors were encountered: