Skip to content

Commit

Permalink
chore: broken logger name
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jul 30, 2023
1 parent 25dc27b commit 3bc3e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default defineNuxtModule<ModuleOptions>({
exclude: [],
},
async setup(config, nuxt) {
const logger = useLogger('nuxt-simple-robots')
const logger = useLogger('nuxt-simple-sitemap')
logger.level = (config.debug || nuxt.options.debug) ? 4 : 3
if (config.enabled === false) {
logger.debug('The module is disabled, skipping setup.')
Expand Down

0 comments on commit 3bc3e04

Please sign in to comment.