Skip to content

Commit

Permalink
Enable logging
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Feb 19, 2025
1 parent 172f914 commit 1798bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shortfin/src/shortfin/support/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#endif

// Scheduler logging.
#define SHORTFIN_SCHED_LOG_ENABLED 0
#define SHORTFIN_SCHED_LOG_ENABLED 1
#if SHORTFIN_SCHED_LOG_ENABLED
#define SHORTFIN_SCHED_LOG(...) shortfin::logging::info("SCHED: " __VA_ARGS__)
#else
Expand Down

0 comments on commit 1798bd1

Please sign in to comment.