Displaying 3 results from an estimated 3 matches for "07913a3e30a7d7ec50e9c946117c994f".
2023 Jan 15
1
logging strategy
...it).
> It sounds reasonable however to define and implement a different method for
> this purpose, when you expect that sort of content - and call it where
> suitable.
>
> Maybe makes sense to create a typical hexdump printer along the lines of
> https://gist.github.com/jimklimov/07913a3e30a7d7ec50e9c946117c994f#file-jenkins-credump-L17-L41
> (that particular code is groovy, but trivial to convert elsewhere).
I want to see mostly-ascii as mostly-ascii with escapes, because that's
what Fortress output smells like so far, rather than flipping to all
hex (if I read groovy right).
Totally fair point a...
2023 Jan 15
1
logging strategy
...some
forks have more use for it).
It sounds reasonable however to define and implement a different method for
this purpose, when you expect that sort of content - and call it where
suitable.
Maybe makes sense to create a typical hexdump printer along the lines of
https://gist.github.com/jimklimov/07913a3e30a7d7ec50e9c946117c994f#file-jenkins-credump-L17-L41
(that particular code is groovy, but trivial to convert elsewhere).
Jim
On Sun, Jan 15, 2023 at 5:12 PM Greg Troxel <gdt at lexort.com> wrote:
> I am looking at bestfortress and trying to figure out and fix some
> things, which is causing me to try to im...
2023 Jan 15
1
logging strategy
I am looking at bestfortress and trying to figure out and fix some
things, which is causing me to try to improve logging first. A few
questions:
0) The developer guide doesn't seem to address any of this, or did I
miss it?
1) It seems upsdebugx prints to stdout instead of syslog if in
foreground. That's great but I didn't figure it out from docs.
2) I didn't find a plan for