@@ -660,6 +660,10 @@ Using two environment variables
-`LIBGKFS_PROTECT_FILES_CONSUMER=1` enables the application as consumer, so a open will wait until the .lockgekko dissapears. The wait is limited to ~40 seconds.
### Daemon
#### Core
-`GKFS_DAEMON_CREATE_CHECK_PARENTS` - Enable checking parent directory for existence before creating children.
-`GKFS_DAEMON_SYMLINK_SUPPORT` - Enable support for symbolic links.
-`GKFS_DAEMON_RENAME_SUPPORT` - Enable support for rename.
#### Logging
-`GKFS_DAEMON_LOG_PATH` - Path to the log file of the daemon.
-`GKFS_DAEMON_LOG_LEVEL` - Log level of the daemon. Available levels are: `off`, `critical`, `err`, `warn`, `info`, `debug`, `trace`.