Files
medusa-store/www/apps/book/app/debugging-and-testing/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

14 lines
417 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const metadata = {
title: `${pageNumber} Debugging and Testing`,
}
# {metadata.title}
In the next chapters, youll find some tips when debugging and testing your customizations in the Medusa application.
By the end of this chapter, youll learn:
- How to use Medusas `Logger` utility to log messages.
- What tools to use for testing and debugging.
- What feature flags are and how to enable them.