Fix logging during tests. Show info level logs.
This commit is contained in:
parent
1e5751a63a
commit
84361e4011
|
@ -53,9 +53,8 @@ describe "BeautifyLanguages", ->
|
|||
pack = atom.packages.getLoadedPackage("atom-beautify")
|
||||
pack.activateNow()
|
||||
# Need more debugging on Windows
|
||||
# if isWindows
|
||||
# Change logger level
|
||||
atom.config.set('atom-beautify._loggerLevel', 'verbose')
|
||||
atom.config.set('atom-beautify.general.loggerLevel', 'info')
|
||||
# Return promise
|
||||
return activationPromise
|
||||
|
||||
|
|
Loading…
Reference in New Issue