Closed moltar closed 1 year ago
I have set logLevel: 'error', in the config file, yet I keep seeing output like:
logLevel: 'error',
[vite-plugin-mock-server] mock server started. options = { mockRootDir: '....', urlPrefixes: [ '/api/' ], logLevel: 'error', mockJsSuffix: '.mock.js', mockTsSuffix: '.mock.ts', noHandlerResponse404: true, mockModules: [ '...' ] }
Yes, this information is printed only once at startup. The intention is to let users know what they have configured.
Right, but I think if I choose to have no logging, then it shouldn't print anything.
I have set
logLevel: 'error',
in the config file, yet I keep seeing output like: