Hi, does someone know if there’s a way to stop log...
# troubleshooting
f
Hi, does someone know if there’s a way to stop logging all
RECORD
messages in the logfile when running
meltano run tap-postgres target-snowflake
? 😓 It’s creating insanely huge logfiles, with basically 0 advantages. I don’t understand why they’re logged at the
INFO
level instead of
DEBUG
- I want the other INFO messages, I do not want all my data to be available in logfiles...
v
record messages aren't info so something else is going on with your logging config
f
Weird. I’m gonna try a clean reinstallation of Meltano, my local one is pretty old now and maybe got modified along the way
e
Hi Florian. Do you mean the
.meltano/logs/elt/*/elt.log
files? There's an issue requesting to disable them entirely: https://github.com/meltano/meltano/issues/3111
f
Actually it looks like reinstalling solved the issue! I probably did added a weird
<http://logger.info|logger.info>
somewhere in my environment when debugging some taps 🤦‍♂️