open-vault/helper/logging
Peter Wilson 5f5cad736a
VAULT-12264: Fix log rotation params which require an integer (#18666)
* integer values for some log flags
* Adjusted `log_flags` to expect `int` for max files and max bytes
* Updated `server` and `agent`
 Renamed updateConfig (and updateLogConfig)
* Added int log params to test
* Adjust config/params so we can identify when they're not present
* Removed pointer confusion
2023-01-11 20:04:57 +00:00
..
logfile.go Only attempt rotation if files already exist when a Write is requested. (#18262) 2022-12-07 15:47:43 +00:00
logfile_test.go VAULT-9900: Log rotation for 'agent' and 'server' commands (#18031) 2022-11-29 14:07:04 +00:00
logger.go VAULT-12264: Fix log rotation params which require an integer (#18666) 2023-01-11 20:04:57 +00:00
logger_test.go Updated go-hclog to v1.4.0 to allow access to GetLevel. Refactored TranslateLoggerLevel (#18260) 2022-12-07 14:25:54 +00:00