aiida-vasp
aiida-vasp copied to clipboard
Remove verbose input and use verbosity levels from the logs
Right now there is a verbose flag for most of the workchains. This can be removed as one can control the verbosity levels by calling the appropriate log methods.
This would remove unnecessary data from being saved in the db, and it would be easier to add debug logs, errors, etc in a more standard way.