Conversation
Kulfi utils gh workflow
|
@ovo-Tim is attempting to deploy a commit to the fifthtry Team on Vercel. A member of the Team first needs to authorize it. |
What do you mean by this? |
[http.service1]
identity = "<id52>" # Optionalactually means [http.service1] # Optional
identity = "<id52>" right? identity should not be optional. Also ensure each identity is unique, we must not allow identity re-use as it can lead to all sorts of network issues. |
Docs on https://malai.sh And sorry for strange typo :P |
Nope. If you didn't fill
Ok, I will add this. |
This behavior will be removed. |
I am not too sure about this behaviour. Please remove as you mentioned. |
What I've done
Test prebuild version yourself.
Global logging
malai runthrough tracing, so that the logfile can gather all the logs.malai run
malai.tomlsection below.malai identity
malai.toml
The section is basically a doc for
malai.toml. Maybe you should add this to themalai.sh.Here is an example that covered all the features we can handle now:
log
The path of global rolling logfile. Since it's rolling logfile, your actual filename will be
malai.log.<date>. You can also write things like/tmp(Same effect as/tmp/malai.log),my-malai.log(Same effect as./my-malai.log).identity & secret_file
You have to set one of them. If you set both, secret_file will be used.