ComputeCanada / software-stack-config

8 stars 2 forks source link

option to disable module logging #74

Open rptaylor opened 5 months ago

rptaylor commented 5 months ago

The logging is always voluminous and sometimes unnecessary and undesired, it would be good to be able to disable it with an env var.

mboisson commented 5 months ago

I would favour configuring your rsyslog to do something with the lmod-1.0 tag: https://serverfault.com/questions/514901/how-to-filter-rsyslog-messages-by-tags

or filtering them after the fact grep -v lmod-1.0 /var/log/messages