James Howe
James Howe
In a script run as root: ``` TMPDIR=/var/lib/postgresql/tmp export TMPDIR wal-e delete --confirm retain 3 wal-e backup-push "$1" ``` It still creates the files in `/tmp` and then fails due...
This is sort of expected, as not finding a WAL segment is how postgres knows it's finished. However, this should not log a CRITICAL uncaught exception. Even worse is that...
A similar issue with 1.0.1 ``` $>open 2813 #UnsupportedOperationException: /usr/lib/jvm/java-8-openjdk-amd64/lib/jconsole.jar file is not found ``` Problem is `jconsole.jar` is not included in the headless JDK, because it requires a GUI.
I think the underlying issue is process permissions, but the error message isn't very helpful.
@xandro0777 yes, but the Android tools aren't installed in the workspace, otherwise every build would take hours.
@HyTurtle yes, that's the log level. That has no effect on the horizontal truncation.
Or buildozer has the log values the wrong way around, because debug (2) is the highest.
Setting it to info (`log_level = 1`) gives significantly less output.
It appears that some of the output is written direct to the terminal, not to stdout or stderr, which complicates things further. Some, but not all, fancy output is disabled...
> The way you used garden is no longer supported. Then why is there still a `garden_requirements` in the default spec file?