MCPcopy Create free account
hub / github.com/VirtualHotBar/NetMount / rcloneLogFile

Function rcloneLogFile

src/utils/netmountPaths.ts:20–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

18}
19
20function rcloneLogFile(): string {
21 return formatPath(netmountLogDir() + '/rclone.log', osInfo.platform === 'windows')
22}
23
24function openlistLogFile(): string {
25 return formatPath(openlistDataDir() + '/log/log.log', osInfo.platform === 'windows')

Callers 3

Setting_pageFunction · 0.90
getSidecarDiagnosticsFunction · 0.90
startRcloneFunction · 0.90

Calls 2

formatPathFunction · 0.90
netmountLogDirFunction · 0.85

Tested by

no test coverage detected