awslabs / diagram-as-code

Diagram-as-code for AWS architecture.
Apache License 2.0
406 stars 23 forks source link

Improve Readability of Execution and Debug Logs (issue#37) #41

Closed a2ush closed 2 months ago

a2ush commented 2 months ago

Issue #, if available:

37

Description of changes:

$ go run cmd/awsdac/main.go examples/alb-ec2.yaml                           
[Completed] output image: output.png
$ go run cmd/awsdac/main.go examples/alb-ec2.yaml -v
...
INFO[0000] Link Drawing                                 
INFO[0000] arrowHead.Length:"10", arrowHead.Width:""    
INFO[0000] arrowHead.Length:"10", arrowHead.Width:""    
INFO[0000] Open Arrow Head drawing                      
INFO[0000] Link Drawing                                 
INFO[0000] arrowHead.Length:"10", arrowHead.Width:""    
INFO[0000] arrowHead.Length:"10", arrowHead.Width:""    
INFO[0000] Open Arrow Head drawing                      
INFO[0000] Save output.png                              
[Completed] output image: output.png

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.