Description
I am writing an SSR integration for nuxt and I call some of the anime properties with empty targets for safety.
I was hoping it would be possible to silent some of those logs, since they will be internal
Provide a code example of what the feature should look like
Something like
engine.config.logs.level = "verbose" // or silent or errors or something close to it
Describe alternatives you've considered
I would try patching but that doesn't seem to be a good idea. However, if that's possible I can go with it.
Additional context
This is the log I would like to silence

Description
I am writing an SSR integration for nuxt and I call some of the anime properties with empty targets for safety.
I was hoping it would be possible to silent some of those logs, since they will be internal
Provide a code example of what the feature should look like
Something like
Describe alternatives you've considered
I would try patching but that doesn't seem to be a good idea. However, if that's possible I can go with it.
Additional context
This is the log I would like to silence