This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 26
remove logging.properties from vaadin-sass-compiler root package #258
Labels
Comments
Originally by neeme Also causes failure to deploy Vaadin application on JBoss EAP 6.0.0.
|
Originally by neeme If you do not use SASS, just exclude the dependency in pom.xml:
|
Originally by ryanhow I am using SASS. And this appears to still be an issue in 7.6.4. I can remove the dependency in the pom and put a local one in with the logging.properties removed. The SASS compiler doesn't seem to change very often :) But would still be good to remove it! It took me a little while to track down why my logging had gone awol. |
Originally by ryanhow I believe this static block of code in ScssStylesheet.java is the culprit
|
kisstkondoros
added a commit
to kisstkondoros/sass-compiler
that referenced
this issue
Feb 12, 2017
Motivation: The static initializer of ScssStyleSheet overrides the logger configuration, causing side effects in the surrounding application. To prevent this, the related code has been removed along with the now unused logging.properties and CustomConsoleHandler. Resolves vaadin#258
6 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Originally by kumm0307
Normally when no logging.properties given for an application, tomcat/conf/logging.properties defines logging in tomcat.
vaadin-sass-compiler breaks this behavior with an own logging.properties file. Tomcat loads this properties file for the whole application.
Tested on Tomcat 7.0.54
Slightly realated to #14000
Imported from https://dev.vaadin.com/ issue #14291
The text was updated successfully, but these errors were encountered: