Skip to content

Commit

Permalink
fixup! Fixes #19650: Need a migration script about changes in system …
Browse files Browse the repository at this point in the history
…directives, groups and rules

Fixes #19650: Need a migration script about changes in system directives, groups and rules
  • Loading branch information
fanf committed Sep 24, 2021
1 parent a106934 commit 49b8a39
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ class TestMigrateSystemTechniques7_0 extends Specification {


// now, mv new-techniques in place of technique, git commit, update technique lib
org.slf4j.LoggerFactory.getLogger("techniques").asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.TRACE)
org.slf4j.LoggerFactory.getLogger("migration").asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.TRACE)
org.slf4j.LoggerFactory.getLogger("com.normation.rudder.repository").asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.TRACE)
org.slf4j.LoggerFactory.getLogger("com.normation.rudder.services.policies").asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.TRACE)
// org.slf4j.LoggerFactory.getLogger("techniques").asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.TRACE)
// org.slf4j.LoggerFactory.getLogger("migration").asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.TRACE)
// org.slf4j.LoggerFactory.getLogger("com.normation.rudder.repository").asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.TRACE)
// org.slf4j.LoggerFactory.getLogger("com.normation.rudder.services.policies").asInstanceOf[ch.qos.logback.classic.Logger].setLevel(ch.qos.logback.classic.Level.TRACE)


sequential
Expand Down

0 comments on commit 49b8a39

Please sign in to comment.