Can passwords or other sensitive information be removed from system logs?
After mounting shares with
mount -t cifs -o username=[USER],password=[PASSWORD] //[HOST]/[SHARE] /[MOUNT_POINT]
checking logs with journalctl
reveals that the command is recorded in its entirety, including the password.