HadrienG2 / grayscott

Rust version of the "Performance with stencil" course's examples
10 stars 1 forks source link

Don't use syslog for logging #77

Open HadrienG2 opened 5 months ago

HadrienG2 commented 5 months ago

It doesn't work well with containers, which botch syslog and give no access to it because why not. Instead, use a simpler printer over stderr like https://gitlab.in2p3.fr/grasland/grayscott-with-rust does.