Relocate logranger.toml and update .gitignore

The logranger.toml file is moved to the 'etc' directory, and its pid_file location is updated. The .gitignore file is also edited to ignore local configuration files in the 'etc' directory to prevent them from being tracked. This creates a cleaner project structure and ensures local configurations are kept private.
This commit is contained in:
Winni Neessen 2023-12-21 20:17:10 +01:00
parent c9c3bf31da
commit ca62769cd3
Signed by: wneessen
GPG key ID: 385AC9889632126E
2 changed files with 4 additions and 4 deletions

3
.gitignore vendored
View file

@ -55,3 +55,6 @@ com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
# local confi files
etc/*.local.toml

View file

@ -3,7 +3,4 @@
# SPDX-License-Identifier: MIT
[server]
pid_file = "/var/tmp/logranger.pid"
[listener]
type = "tcp"
pid_file = "/var/run/logranger.pid"