Skip to content

Instantly share code, notes, and snippets.

@pferrel
pferrel / gist:e016b350758a349bcdaacf1cc53de536
Created August 8, 2017 15:53
building vw JNI wrapper--odd test logs that say error but aren't counted as errors
Maclaurin:java pat$ mvn install
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512M; support was removed in 8.0
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Vowpal Wabbit JNI Layer 8.4.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
pat@angel:~$ sudo cat /var/log/letsencrypt/letsencrypt.log
2020-08-19 22:24:17,139:DEBUG:certbot._internal.main:certbot version: 1.7.0
2020-08-19 22:24:17,140:DEBUG:certbot._internal.main:Arguments: ['--nginx']
2020-08-19 22:24:17,140:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2020-08-19 22:24:17,157:DEBUG:certbot._internal.log:Root logging level set at 20
2020-08-19 22:24:17,157:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2020-08-19 22:24:17,158:DEBUG:certbot._internal.plugins.selection:Requested authenticator nginx and installer nginx
2020-08-19 22:24:17,308:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
2020-08-22 22:36:17,509:DEBUG:certbot._internal.main:certbot version: 1.7.0
2020-08-22 22:36:17,509:DEBUG:certbot._internal.main:Arguments: ['--authenticator', 'webroot', '--installer', 'nginx']
2020-08-22 22:36:17,510:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2020-08-22 22:36:17,526:DEBUG:certbot._internal.log:Root logging level set at 20
2020-08-22 22:36:17,526:INFO:certbot._internal.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2020-08-22 22:36:17,527:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer nginx
2020-08-22 22:36:17,679:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * nginx
Description: Nginx Web Server plugin
Interfaces: IAuthenticator, IInstaller, IPlugin
Entry point: nginx = certbot_nginx._internal.configurator:NginxConfigurator