-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[BUG] <The startup process should not have to read all files under define> #1085
Comments
I want help |
feel free to start |
Is it to be modified to only record logs, and any exceptions are not thrown |
From my perspective, you can add logs in your local to track and debug but not push such changes to remote. |
So is it unnecessary to fix this bug? |
I mistake your original meaning, you can do what you want to fix |
Is there an existing issue for this?
Current Behavior
我碰到一个事件如下:
我的目录权限是非root,但是在进行自定义监控时候,在define目录下面创建了一个root权限的.yml监控示例文件,导致软件无法启动,报错
我删除了这个文件之后,依然无法启动,然后发现还有个隐藏的.yml.swp文件存在,也是root权限,导致无法启动,删除之后软件恢复正常。
建议软件启动可以跳过权限不正确、配置不正确的文件,然后日志中能提示。
Expected Behavior
应该是跳过权限不正确的文件。
Steps To Reproduce
我碰到一个事件如下:
我的目录权限是非root,但是在进行自定义监控时候,在define目录下面创建了一个root权限的.yml监控示例文件,导致软件无法启动,报错
我删除了这个文件之后,依然无法启动,然后发现还有个隐藏的.yml.swp文件存在,也是root权限,导致无法启动,删除之后软件恢复正常。
建议软件启动可以跳过权限不正确、配置不正确的文件,然后日志中能提示。
Environment
Debug logs
我碰到一个事件如下:
我的目录权限是非root,但是在进行自定义监控时候,在define目录下面创建了一个root权限的.yml监控示例文件,导致软件无法启动,报错
我删除了这个文件之后,依然无法启动,然后发现还有个隐藏的.yml.swp文件存在,也是root权限,导致无法启动,删除之后软件恢复正常。
建议软件启动可以跳过权限不正确、配置不正确的文件,然后日志中能提示。
Anything else?
无
The text was updated successfully, but these errors were encountered: