justin_fung
10/13/2023, 6:27 PMmeltano config meltano set cli log_level env
And now I am in an endless loop of running into this error:
Need help fixing this problem? Visit <http://melta.no/> for troubleshooting steps, or to
join our friendly Slack community.
Unable to configure handler 'console'
Can someone help me?edgar_ramirez_mondragon
10/13/2023, 6:32 PMmeltano config meltano set cli log_level info
?justin_fung
10/13/2023, 6:32 PMedgar_ramirez_mondragon
10/13/2023, 6:40 PMMELTANO_CLI_LOG_LEVEL=debug meltano config meltano set cli log_level debug
justin_fung
10/13/2023, 6:42 PMjustin_fung
10/13/2023, 6:42 PMMELTANO_CLI_LOG_LEVEL=debug : The term 'MELTANO_CLI_LOG_LEVEL=debug' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
edgar_ramirez_mondragon
10/13/2023, 6:44 PMjustin_fung
10/13/2023, 6:44 PMmeltano config meltano set cli log_level debug
and stilll getting the previous errorjustin_fung
10/13/2023, 6:44 PMedgar_ramirez_mondragon
10/13/2023, 6:45 PM$env:MELTANO_CLI_LOG_LEVEL = 'debug'
meltano config meltano set cli log_level info
Remove-Item Env:\MELTANO_CLI_LOG_LEVEL
justin_fung
10/13/2023, 6:45 PMMeltano setting 'cli.log_level' was set in `.env`: 'info'
Current value is still: 'info' (from the environment)
edgar_ramirez_mondragon
10/13/2023, 6:46 PMjustin_fung
10/13/2023, 6:46 PMedgar_ramirez_mondragon
10/13/2023, 6:47 PMjustin_fung
10/13/2023, 6:47 PMedgar_ramirez_mondragon
10/13/2023, 7:00 PMmeltano config meltano set cli log_level warning