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 = atom.packages.getLoadedPackage("atom-beautify")
|
||||||
pack.activateNow()
|
pack.activateNow()
|
||||||
# Need more debugging on Windows
|
# Need more debugging on Windows
|
||||||
# if isWindows
|
|
||||||
# Change logger level
|
# Change logger level
|
||||||
atom.config.set('atom-beautify._loggerLevel', 'verbose')
|
atom.config.set('atom-beautify.general.loggerLevel', 'info')
|
||||||
# Return promise
|
# Return promise
|
||||||
return activationPromise
|
return activationPromise
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue