hendriks73 / ffsampledsp

FFmpeg based service provider for javax.sound.sampled.
GNU Lesser General Public License v2.1
24 stars 5 forks source link

Logging question #20

Closed Aaur1s closed 2 months ago

Aaur1s commented 4 months ago

Is this possible to disable logs from native? It's really annoying to see those warnings

hendriks73 commented 4 months ago

It uses the juli logger, so you just have to configure that. See also https://stackoverflow.com/q/73223813/942774