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
The binary installation paths are fine, but the log path is tricky. The log path /var/log/quark/* is hardcoded everywhere, also in subprojects like qservice, qserverless ... etc.
currently the paths to qkernel binary, log files and config files are hardcoded, among others:
to do this, we can pass install/log/config path as env variables and build the above path strings during compile time using rust's
env!
macro.The text was updated successfully, but these errors were encountered: