all repos — searchix @ 94b21b286edff37496a2fe481963625ac01c30a1

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: more structured logging

Alan Pearce
commit

94b21b286edff37496a2fe481963625ac01c30a1

parent

f076b5bd6cb82edd99be50f3dbdd39bb9be2c44e

1 file changed, 2 insertions(+), 2 deletions(-)

changed files
M defaults.tomldefaults.toml
@@ -1,7 +1,7 @@
# Path to store index data. DataPath = './data' -# How much information to log, one of 'debug', 'info', 'warn', 'error'. -LogLevel = 'INFO' +# How much information to log, one of 'debug', 'info', 'warn', 'error', 'panic', 'fatal'. +LogLevel = 'info' # Settings for the web server [Web]