mirror of
https://github.com/fosrl/newt.git
synced 2026-03-09 07:12:28 -05:00
[FEATURE REQUEST] Log Level Environment Variable #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @boomam on GitHub (May 5, 2025).
Hi,
The ability to lower the log level of the containers sdtout, and/or the frequency of ping checks would be useful to implement.
Thanks.
@oschwartz10612 commented on GitHub (May 5, 2025):
This needs to be documented better but you can actually use
--log-levelorLOG_LEVEL.I am going to close this for now but feel free to reopen if this does not meet your needs.
@boomam commented on GitHub (May 5, 2025):
Thanks - i redeployed my helm chart with LOG_LEVEL added and it appears to be a lot quieter in the logs now.
Are the other variables you mention compatible with using them as environment variables, too?
For example -
MTU = 1500
DNS = 8.8.8.8
GENERATE_AND_SAVE_KEY = /temp/newtkey
etc...
?