Merge logawl package into master #10
No reviewers
Labels
No labels
Priority: High
Priority: Low
Priority: Medium
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#12 Add debug logging in awl}
sam/awl
Reference: sam/awl#10
Loading…
Reference in a new issue
No description provided.
Delete branch "grumbulon/awl:master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR is to bring in the new logging package for awl, I wanted to do some refinements before I opened this to upstream
logawl works in the following ways
5.5 I made it so we can call
Logger.debug("message")
anywhere in the query file but unless the debug flag is set to true it will not print a message (it is working as intended finally).