Skip to content

Commit

Permalink
line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmeenkaur committed Apr 24, 2024
1 parent 68f57ea commit 2c3a6c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
@@ -1,2 +1,2 @@
file-system:
ignore-interrupts: abc
ignore-interrupts: abc
@@ -1,2 +1,2 @@
write:
create-empty-file: true
create-empty-file: true
1 change: 1 addition & 0 deletions main.go
Expand Up @@ -224,6 +224,7 @@ func runCLIApp(c *cli.Context) (err error) {
config.OverrideWithLoggingFlags(mountConfig, flags.LogFile, flags.LogFormat,
flags.DebugFuse, flags.DebugGCS, flags.DebugMutex)
config.OverrideWithIgnoreInterruptsFlag(c, mountConfig, flags.IgnoreInterrupts)

// Ideally this call to SetLogFormat (which internally creates a new defaultLogger)
// should be set as an else to the 'if flags.Foreground' check below, but currently
// that means the logs generated by resolveConfigFilePaths below don't honour
Expand Down

0 comments on commit 2c3a6c0

Please sign in to comment.