We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Log level can not be changed via MaintenanceWeb UI.
To Reproduce Steps to reproduce the behavior:
Expected behavior Log level should be changeable via web UI.
Environment:
Additional context As a work around it is possible to change the log level in the config file manually.
The text was updated successfully, but these errors were encountered:
@mmarkwort can you take a look at this?
Sorry, something went wrong.
I'll have a look
I checked this. In debug (without any security) it is possible without any problems. In normal dev environment the following error occures:
Access to fetch at 'http://computerName/loggers//appender/1' from origin 'http://localhost:8081' has been blocked by CORS policy: Method DELETE is not allowed by Access-Control-Allow-Methods in preflight response.
I remember we had several cors problems, are they completley fixed? @mmarkwort do you have any idea?
@mmarkwort If I change the API to Post instead of Put it works as expected. Maybe some CORS configuration missing?
Post
Put
I think we fixed them, yes. Did you check the preflight response in chrome?
mmarkwort
No branches or pull requests
Describe the bug
Log level can not be changed via MaintenanceWeb UI.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Log level should be changeable via web UI.
Environment:
Additional context
As a work around it is possible to change the log level in the config file manually.
The text was updated successfully, but these errors were encountered: