diff --git a/src/main/resources/simplelogger.properties b/src/main/resources/simplelogger.properties index a6fb5ba..a157795 100644 --- a/src/main/resources/simplelogger.properties +++ b/src/main/resources/simplelogger.properties @@ -1,21 +1,3 @@ -# -# Licensed to the Koordinierungsstelle für IT-Standards (KoSIT) under -# one or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. KoSIT licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# # SLF4J's SimpleLogger configuration file for the command line client # Simple implementation of Logger that sends all enabled log messages, for all defined loggers, to System.err. @@ -48,4 +30,23 @@ org.slf4j.simpleLogger.showLogName=false # Defaults to false. org.slf4j.simpleLogger.showShortLogName=false -org.slf4j.simpleLogger.levelInBrackets=true \ No newline at end of file +org.slf4j.simpleLogger.levelInBrackets=true + +# +# Licensed to the Koordinierungsstelle f�r IT-Standards (KoSIT) under +# one or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. KoSIT licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. +#