Is there a way to suppress a particular warning (so, not all warnings, just chosen ones) in the logfile?
I have two identical folder pairs in a sync operation, but they exclude different sets of child folders in order to use different settings. I always get a warning in the logfile about it. Is it possible to suppress particular warnings?
I found some older forum threads but no solutions to them. Is this just not currently possible?
Thanks!
Suppress warning in log?
- Posts: 12
- Joined: 16 Feb 2020
- Posts: 4056
- Joined: 11 Jun 2019
What is the warning that you get? It shouldn't give warnings if it is set up correctly, meaning there shouldn't be conflicts
- Posts: 12
- Joined: 16 Feb 2020
This is the warning:
The sync is setup like this in the same FFS batch file:
There's no actual overlap so I would like to not have the log file show as a warning every single time.
Warning: Some files will be synchronized as part of multiple base folders.
To avoid conflicts, set up exclude filters so that each updated file is included by only one base folder.
G:\Destination
Main config
Include: *.*
Exclude: defaults
Pair 1:
Source: C:\Source
Destination: G:\Destination
Include: *.*
Exclude: a, b, c, d
Pair 2:
Source: C:\Source
Destination: G:\Destination
Include: a, b, c, d
Exclude:
- Site Admin
- Posts: 7211
- Joined: 9 Dec 2007
Fixed in FFS 11.24! viewtopic.php?t=9365#p34930