---
title: supportsJournal
framework: fskit
role: symbol
role_heading: Instance Property
path: fskit/fsvolume/supportedcapabilities/supportsjournal
---

# supportsJournal

A Boolean property that indicates whether the volume supports a journal used to speed recovery in case of unplanned restart, such as a power outage or crash.

## Declaration

```swift
var supportsJournal: Bool { get set }
```

## Discussion

Discussion This property doesn’t necessarily mean the volume is actively using a journal.

## See Also

### Declaring journaling capabilities

- [supportsActiveJournal](fskit/fsvolume/supportedcapabilities/supportsactivejournal.md)
