Skip to content
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

Fixes #3205 : remove bad comment in logback.xml #101

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion rudder-web/src/main/resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/agpl.html>.

<logger name="non-compliant-reports" level="info" additivity="false">
<appender-ref ref="REPORTLOG" />
<!-- <appender-ref ref="REPORTSYSLOG" /> -->
<!-- comment the following appender if you don't want to have logs about non compliant reports in both stdout and reportlog -->
<appender-ref ref="STDOUT" />
</logger>
Expand Down