-
-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to disable logging #183
Comments
@OrangeeWeb This is not the logging configuration of the tool, but the configuration of the package svgicons2svgfont. |
@OrangeeWeb Upgrade svgtofont({
log: false,
logger: (msg) => {
}
}) |
I have used this under settings SVGfont and But these configs are working fine
By this am getting log result |
@Grapdevs Upgrade |
Documentation says you can disable logs with:
But it does not disable all logging, this still shows up
https://github.com/jaywcjlove/svgtofont#svgicons2svgfontlog
The text was updated successfully, but these errors were encountered: