Command for viewing log files #28
Schmitty2005
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The compiler.log file is usually buried in the project directory. I think a command like
pasbuild log -m {module-name}that would stdout the logs would speed up the process instead ofcat big/list/of/directories/compiler.log.Maybe
pasbuild logwould show all the module logs ?All reactions