Keith Bennett

Results 27 comments of Keith Bennett
trafficstars

@todd-a-jacobs I suggest changing the title of this issue to something like: Can't Have Appenders for Both stdout and stderr

Todd, I think you may have missed what Reid was saying? Or did I misunderstand you? There is already a public interface on SemanticLogger for deleting an appender. I encountered...

Regarding not being able to change a formatter after the appender has been constructed, this may actually be a _good_ thing. Assuming that multiple threads are writing to the log,...

I got this to work on Ubuntu 22.04 by doing: ``` rvm pkg install openssl ``` ...and adding `--with-openssl-dir=$HOME/.rvm/usr` to the `rvm install` command. This doesn't seem particularly OS-specific and...

I get this same error when running `yarn install` on my Ruby on Rails project.

@todd-a-jacobs Also, beware of using the `Appenders` object directly, as in your `Appenders.pop` example; for example, to remove an appender (for the remainder of the application's runtime), `SemanticLogger.remove_appender` is better...

I'm not familiar with the risk of having multiple appenders to the console added automatically. By whom/what? Can someone elaborate on that? My gut feeling is that this could be...

Hi, Jeremy. Regarding the test documentation, it took me a while to figure out everything that was going on; there was often more information that needed to be known than...

Hi, I'm wondering if there may be any plans to update this script to run with the current format? Or if anyone knows of other tools for this? Some things...

@AndyObtiva Weird, I have an M2 Mac and jirb_swing works ok. I wonder what's different. Here's my version output: ``` $ jruby -v jruby 9.4.5.0 (3.1.4) 2023-11-02 1abae2700f Java HotSpot(TM)...