You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|pid-file|`"/var/l3afd/l3afd.pid"`| The path to the l3afd.pid file which contains process id of L3afd | Yes |
32
-
|datacenter|`"dc"`| Name of Datacenter| Yes |
33
-
|bpf-dir|`"/dev/shm"`| Absolute Path where eBPF packages are to be extracted | Yes |
34
-
|bpf-log-dir|`""`| Absolute Path for log files, which is passed to applications on the command line. L3afd does not store any logs itself.| No |
35
-
|kernel-major-version|`"5"`|Major version of the kernel required to run eBPF programs (Linux Only) | No |
36
-
|kernel-minor-version|`"1"`|Minor version of the kernel required to run eBPF programs (Linux Only)| No |
37
-
|shutdown-timeout|`"1s"`|Maximum amount of time allowed for l3afd to gracefully stop. After shutdown-timeout, l3afd will exit even if it could not stop applications.| No |
38
-
|http-client-timeout|`"10s"`|Maximum amount of time allowed to get HTTP response headers when fetching a package from a repository| No |
39
-
|max-nf-restart-count|`"3"`|Maximum number of tries to restart eBPF applications if they are not running| No |
40
-
|bpf-chaining-enabled|`"true"`|Boolean to set bpf-chaining. For more info about bpf chaining check [L3AF_KFaaS.pdf](https://github.com/l3af-project/l3af-arch/blob/main/L3AF_KFaaS.pdf)| Yes |
41
-
|swagger-api-enabled|`"false"`|Whether the swagger API is enabled or not. For more info see [swagger.md](https://github.com/l3af-project/l3afd/blob/main/docs/swagger.md)| No |
42
-
|environment|`"PROD"`|If set to anything other than "PROD", mTLS security will not be checked| Yes |
43
-
|BpfMapDefaultPath|`"/sys/fs/bpf"`|The base pin path for eBPF maps| Yes |
44
-
| file-log-location |`"/var/log/l3afd.log"`| Location of the log file | No |
45
-
| file-log-max-size |`"100"`| Max size in megabytes for Log file rotation | No |
46
-
| file-log-max-backups |`"20"`| Max size in megabytes for Log file rotation | No |
47
-
| file-log-max-age |`"60"`| Max number of days to keep Log files | No |
|pid-file|`"/var/l3afd/l3afd.pid"`| The path to the l3afd.pid file which contains process id of L3afd | Yes |
32
+
|datacenter|`"dc"`| Name of Datacenter | Yes |
33
+
|bpf-dir|`"/dev/shm"`| Absolute Path where eBPF packages are to be extracted | Yes |
34
+
|bpf-log-dir|`""`| Absolute Path for log files, which is passed to applications on the command line. L3afd does not store any logs itself. | No |
35
+
|kernel-major-version|`"5"`| Major version of the kernel required to run eBPF programs (Linux Only) | No |
36
+
|kernel-minor-version|`"1"`| Minor version of the kernel required to run eBPF programs (Linux Only) | No |
37
+
|shutdown-timeout|`"1s"`| Maximum amount of time allowed for l3afd to gracefully stop. After shutdown-timeout, l3afd will exit even if it could not stop applications. | No |
38
+
|http-client-timeout|`"10s"`| Maximum amount of time allowed to get HTTP response headers when fetching a package from a repository | No |
39
+
|max-nf-restart-count|`"3"`| Maximum number of tries to restart eBPF applications if they are not running | No |
40
+
|bpf-chaining-enabled|`"true"`| Boolean to set bpf-chaining. For more info about bpf chaining check [L3AF_KFaaS.pdf](https://github.com/l3af-project/l3af-arch/blob/main/L3AF_KFaaS.pdf)| Yes |
41
+
|swagger-api-enabled|`"false"`| Whether the swagger API is enabled or not. For more info see [swagger.md](https://github.com/l3af-project/l3afd/blob/main/docs/swagger.md)| No |
42
+
|environment|`"PROD"`| If set to anything other than "PROD", mTLS security will not be checked | Yes |
43
+
|BpfMapDefaultPath|`"/sys/fs/bpf"`| The base pin path for eBPF maps | Yes |
44
+
| file-log-location |`"/var/log/l3afd.log"`| Location of the log file | No |
45
+
| file-log-max-size |`"100"`| Max size in megabytes for Log file rotation | No |
46
+
| file-log-max-backups |`"20"`| Max size in megabytes for Log file rotation | No |
47
+
| file-log-max-age |`"60"`| Max number of days to keep Log files | No |
48
+
| json-format-logs |`"false"`| Logs to be printed as a JSON object | No |
0 commit comments