Suppress warning in log?

Get help for specific problems
Posts: 12
Joined: 16 Feb 2020

florentine

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!
User avatar
Posts: 3600
Joined: 11 Jun 2019

xCSxXenon

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

florentine

This is the warning:
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
The sync is setup like this in the same FFS batch file:
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:
There's no actual overlap so I would like to not have the log file show as a warning every single time.
User avatar
Site Admin
Posts: 7052
Joined: 9 Dec 2007

Zenju

Fixed in FFS 11.24! viewtopic.php?t=9365#p34930