-
2022/10/24 03:08:16 mkdir /home/data: operation not supported |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
In minikube you should create the directory by yourself, and change the permission to 777. You can just enter the container to do this. If you run the code in your local machine, you can change the storage path or make the directory by yourself like minikube. |
Beta Was this translation helpful? Give feedback.
-
You got the errors due to permisson. |
Beta Was this translation helpful? Give feedback.
-
modify the etc/core.yaml
change the log path |
Beta Was this translation helpful? Give feedback.
-
https://suyuan32.github.io/simple-admin-core/#/simple-admin/en/docs/env_setting |
Beta Was this translation helpful? Give feedback.
modify the etc/core.yaml
Log: ServiceName: coreRpcLogger Mode: file Path: /home/data/logs/core/rpc Encoding: json Level: info Compress: false KeepDays: 7 StackCoolDownMillis: 100
change the log path