Skip to content

Commit

Permalink
Let Cloudfuse log to a file instead of syslog (#45)
Browse files Browse the repository at this point in the history
Let log be at default level (warning)
  • Loading branch information
foodprocessor authored Aug 13, 2024
1 parent f815f53 commit 578c454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/lib/cloudfuse/child_process_linux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ CloudfuseMngr::CloudfuseMngr()
std::string config_template = R"(
allow-other: true
logging:
level: log_err
type: syslog
type: base
components:
- libfuse
Expand Down
3 changes: 1 addition & 2 deletions src/lib/cloudfuse/child_process_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,7 @@ CloudfuseMngr::CloudfuseMngr()
std::string config_template = R"(
allow-other: true
logging:
level: log_err
type: syslog
type: base
components:
- libfuse
Expand Down

0 comments on commit 578c454

Please sign in to comment.