Como obtenho mais detalhes? Esse diretório está vazio.
Normalmente, o registro de sincronização mostra apenas erros.
Veja abaixo as instruções sobre como ativar o log de sincronização no sucesso.
about:sync-log
provides a list with log files and shows the location where they are stored in the Firefox profile on the hard disc.By default it shows only errors though. Depending on how long you have worked without syncing it can take up to a couple of minutes to be completed.
Luckily you can configure Firefox that it writes log files on success as well. Then all one has to do is hit reload on
about:sync-log
and wait till the success log file appears or gets appended.There are a lot of setting that effect the sync process. A lot of timeouts and those kind of things,… I guess it's better not to tamper with most of them. :-)
However, here's the trick that lets Firefox create/write log files on sync success as well.
Type
about:config
and be super careful when changing anything.The parameter in question here is
services.sync.log.appender.file.logOn
. Just type that into the filter and two keys will be shown.services.sync.log.appender.file.logOnError default true services.sync.log.appender.file.logOnSuccess default false
Change the latter one to
true
and keep an eye on the list shown when typingabout:sync-log
in the location bar.Delete some of the files (in case this doesn't happen automatically — I did not check) once you'll have got too many of those.
Fonte Como sei que a sincronização foi concluída com sucesso e que é seguro fechar o navegador?