|
FlatImage
A configurable Linux containerization system
|
Log file paths for all FlatImage subsystems. More...
#include <config.hpp>
Public Member Functions | |
| Logs (fs::path const &path_dir_log) | |
Public Attributes | |
| ns_bwrap::ns_proxy::Logs const | bwrap |
| Bubblewrap sandbox log paths. | |
| ns_db::ns_portal::ns_daemon::ns_log::Logs const | daemon_host |
| Host portal daemon logs. | |
| ns_db::ns_portal::ns_daemon::ns_log::Logs const | daemon_guest |
| Guest portal daemon logs. | |
| ns_db::ns_portal::ns_dispatcher::Logs const | dispatcher |
| Portal dispatcher logs. | |
| ns_filesystems::ns_controller::Logs const | filesystems |
| Filesystem subsystem logs. | |
| fs::path const | path_file_boot |
| Boot initialization log file. | |
Log file paths for all FlatImage subsystems.
Creates the following log directory structure:
Definition at line 307 of file config.hpp.
|
inline |
Definition at line 317 of file config.hpp.
| ns_bwrap::ns_proxy::Logs const ns_config::Logs::bwrap |
Bubblewrap sandbox log paths.
Definition at line 309 of file config.hpp.
| ns_db::ns_portal::ns_daemon::ns_log::Logs const ns_config::Logs::daemon_guest |
Guest portal daemon logs.
Definition at line 311 of file config.hpp.
| ns_db::ns_portal::ns_daemon::ns_log::Logs const ns_config::Logs::daemon_host |
Host portal daemon logs.
Definition at line 310 of file config.hpp.
| ns_db::ns_portal::ns_dispatcher::Logs const ns_config::Logs::dispatcher |
Portal dispatcher logs.
Definition at line 312 of file config.hpp.
| ns_filesystems::ns_controller::Logs const ns_config::Logs::filesystems |
Filesystem subsystem logs.
Definition at line 313 of file config.hpp.
| fs::path const ns_config::Logs::path_file_boot |
Boot initialization log file.
Definition at line 314 of file config.hpp.