You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The preference extensions.firebug.consoleexport.logFilePath added in 22bddbd allows to specify a file, to which the data is exported automatically.
Though as mentioned in Google Code issue 5182 comment 22 it would be nice if you could just specify the path and the file name would be automatically generated using the page's domain name like NetExport does it.
This allows to save your output separately for each page you visit.
The implementation could offer both functionalities. I.e. if a full file path is specified, the data is saved to that file, always overwriting it. If a directory path is specified, the file name is dynamically generated using the domain name.
Sebastian
The text was updated successfully, but these errors were encountered:
SebastianZ
changed the title
Allow to only specify only the path instead for export to file system
Allow to specify only the path instead for export to file system
Mar 8, 2016
The preference
extensions.firebug.consoleexport.logFilePath
added in 22bddbd allows to specify a file, to which the data is exported automatically.Though as mentioned in Google Code issue 5182 comment 22 it would be nice if you could just specify the path and the file name would be automatically generated using the page's domain name like NetExport does it.
This allows to save your output separately for each page you visit.
The implementation could offer both functionalities. I.e. if a full file path is specified, the data is saved to that file, always overwriting it. If a directory path is specified, the file name is dynamically generated using the domain name.
Sebastian
The text was updated successfully, but these errors were encountered: