Christian W
Christian W
For me, the main benefits of logback vs log4j2 are simpler configuration, saner default behavior when no config is provided, and better documentation. It's a popular choice for newer Java...
Switching to logback would also fix a problem we're currently having in TDS with log4j2: `08-Nov-2016 15:09:48.168 WARNING [localhost-startStop-2] org.apache.catalina.loader.WebappClassLoaderBase.clearReferencesThreads The web application [thredds] appears to have started a thread...
I nuked the log4j2-specific class in #676, so transitioning to Logback should be straightforward now. Just gotta convert the log4j2 config files to Logback config files.
In #987, I switched all of our test code over to using logback, and removed a bunch of log4j2 cruft as well. TDS, TDM, d4ts, and dtswar still use log4j2....
@risquez You need to set the `/netcdf@enhance` attribute to `"all"`. Enhancement is responsible for processing fill values, missing values, signededness conversion, etc. See [this](https://www.unidata.ucar.edu/software/thredds/current/netcdf-java/tutorial/NetcdfDataset.html#enhance). If the `/netcdf@enhance` attribute is not...
> Hi Pete, > > Looking at that tutorial now, it is in dire need of an update. Not only are some of the paths wrong, as you mentioned, but...
ChecklistReference.adoc also contains Tomcat config and needs cleanup as well. Plus, it seems to be the one remaining Asciidoctor doc that needs to be updated to use cross-references: ``` bash...
I'm okay with the 2nd version (it fits the Unidata "theme"), but we're not getting syntax highlighting on the code. That's a really cool feature we're missing. On Mon, Sep...
Given those extra dependencies, I don't think that AsciiDoc-with-pygments can be built by JRuby. That's going to be a problem down the line when we're rendering the AsciiDoc from Gradle,...
Results of my most-recent run: ``` [cwardgar@MacBook-Pro ~/dev/projects/thredds2/docs] (adocfixes *%=) $ find . -type f -name "*.adoc" | xargs asciidoctor asciidoctor: ERROR: Time.adoc: line 7: only book doctypes can contain...