Releases: tom-tan/medal
Releases · tom-tan/medal
v1.3.0
v1.2.0
- Breaking change of user log structure
- examples/user-log/network.yml for revised example.
- Add
--sys-silent
and--app-silent
for more quiet logs- Even in
--sys-silent
, medal prints messages if there are errors when loading the networks.
- Even in
v1.1.3
- Improve process handling
v1.1.2
- Improve input network validation
v1.1.1
-
Add user log feature
- All transitions support
log
field for user logs - See examples/user-log/network.yml for working example.
- Limitations
- Currently user logs should be in JSON format. Otherwise medal prints it with
warning
log level
- Currently user logs should be in JSON format. Otherwise medal prints it with
- All transitions support
-
Remove
--debug
and add options to control system logs and user logs individually- For system logs:
--sys-quiet
,--sys-verbose
and--sys-log
- For user logs:
--app-quiet
,--app-verbose
and--app-log
- For system logs:
v1.1.0
v1.1.0
v1.0.1
~(tag)
,~(workdir)
and~(tmpdir)
(same as$MEDAL_TMPDIR
) are supported incommand
field
v1.0.0
- Fix output directory for stdout and stderr
v0.5.0
v0.4.3
- Now an error message when loading includes line number and column number.