mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 10:48:13 +08:00
Tree-based message logging and toggleable trace printing (#728)
* Log message tree * Log when message execution deferred * Tree structure in traces * Fix ordering when queue partially consumed * Change some log settings and wording * Revert default max log level to debug * Change messages to On/Names/Contents as log::info, change trace to toggle, rename GlobalMessage to DebugMessage * DebugPrintDocument cleanup Co-authored-by: Keavon Chambers <keavon@keavon.com>
This commit is contained in:
committed by
Keavon Chambers
co-authored by
Keavon Chambers
parent
a0c22d20b6
commit
db82cf69a4
@@ -176,7 +176,6 @@ impl PathGraph {
|
||||
}
|
||||
new.add_edges_from_path(alpha, Origin::Alpha);
|
||||
new.add_edges_from_path(beta, Origin::Beta);
|
||||
// log::debug!("size: {}, {:?}", new.size(), new);
|
||||
Ok(new)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user