Skip to content

Informational messages are logged with level "WARN" #521

@davidkron

Description

@davidkron

During development I always start my applications with log level "WARN". So I discovered that grails-spring-security-core seems to log messages I would not consider warnings. And additionally, it also prints the messages with println, which results in duplicated output:

WARN grails.plugin.springsecurity.SpringSecurityCoreGrailsPlugin - 
Configuring Spring Security Core ...

Configuring Spring Security Core ...
WARN grails.plugin.springsecurity.SpringSecurityCoreGrailsPlugin - ... finished configuring Spring Security Core

... finished configuring Spring Security Core

Is there a reason for this behavior?
I think a simple log.debug or log.info and no println should be enough.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions