- Add injection package plug-in - Add libstellar_dynamic.so to facilitate unit testing of upper-level plug-ins
5 lines
129 B
TOML
5 lines
129 B
TOML
[log]
|
|
output = stderr # stderr, file
|
|
level = DEBUG # TRACE, DEBUG, INFO, WARN, ERROR, FATAL
|
|
file = "log/stellar.log"
|