ethauvin
05/10/2017, 6:01 PMethauvin
05/10/2017, 6:01 PMethauvin
05/10/2017, 6:03 PMethauvin
05/10/2017, 6:04 PMethauvin
05/10/2017, 6:10 PMcedric
05/10/2017, 7:43 PMethauvin
05/10/2017, 8:46 PMethauvin
05/10/2017, 9:32 PMcedric
05/10/2017, 9:34 PMethauvin
05/10/2017, 10:39 PMethauvin
05/10/2017, 10:40 PMGeneratedVersion.java
under the Template
heading.ethauvin
05/11/2017, 1:03 AMredrield
05/11/2017, 11:16 AMethauvin
05/17/2017, 3:16 AMcedric
05/17/2017, 4:25 AMethauvin
05/17/2017, 4:26 AMjava.util.logging
question with Kobalt.ethauvin
05/17/2017, 4:28 AMlogger.log(Level.FINE, "blah")
, which doesn't show in Kobalt, but I change to <http://Level.INFO|Level.INFO>
or Level.SEVERE
, it does?ethauvin
05/17/2017, 4:28 AMlogging.properties
thing?cedric
05/17/2017, 4:29 AM--server
mode because SparkJava uses it). What you're seeing is probably a side effect of SparkJava's configurationethauvin
05/17/2017, 4:30 AMethauvin
05/17/2017, 4:30 AMjava -cp
it does the same.ethauvin
05/17/2017, 4:30 AMethauvin
05/17/2017, 4:49 AMethauvin
05/17/2017, 4:50 AMlogging.properties
issue.ethauvin
05/17/2017, 5:26 AMFINE
level, Kobalt assumes it's an error.cedric
05/17/2017, 5:26 AMethauvin
05/17/2017, 5:28 AMParallel build starting
╔══════════════════════════╗
║ Building pinboard-poster ║
╚══════════════════════════╝
───── pinboard-poster:compile
Kotlin 1.1.2 compiling 2 files
Kotlin incremental compilation is enabled
Actual files that needed to be compiled: 1
Incremental compilation time: 11377 ms
Java compiling 1 file
───── pinboard-poster:assemble
Created .\kobaltBuild\libs\pinboard-poster-0.9.0.jar
Created .\kobaltBuild\libs\pinboard-poster-0.9.0-sources.jar
Created .\kobaltBuild\libs\pinboard-poster-0.9.0.pom
───── pinboard-poster:run
ERROR
May 16, 2017 10:25:08 PM net.thauvin.erik.pinboard.PinboardPoster addPin
FINE: Response: 200
May 16, 2017 10:25:08 PM net.thauvin.erik.pinboard.PinboardPoster addPin
FINE: Result:
<?xml version="1.0" encoding="UTF-8" ?>
<result code="done" />
<!-- generated 05/17/17 05:05:07 UTC -->
May 16, 2017 10:25:08 PM net.thauvin.erik.pinboard.PinboardPoster deletePin
FINE: Response: 200
May 16, 2017 10:25:08 PM net.thauvin.erik.pinboard.PinboardPoster deletePin
FINE: Result:
<?xml version="1.0" encoding="UTF-8" ?>
<result code="done" />
<!-- generated 05/17/17 05:05:07 UTC -->
Added!!
Deleted!!
ethauvin
05/17/2017, 5:29 AMERROR
is Kobalt's.ethauvin
05/17/2017, 5:30 AMlevel = INFO
in my code, it doesn't error out.ethauvin
05/17/2017, 6:02 AM